invitations

package
v0.64.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2023 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CountRequestBuilder added in v0.49.0

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

type CountRequestBuilderGetQueryParameters added in v0.53.0

type CountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CountRequestBuilderGetQueryParameters get the number of the resource

type CountRequestBuilderGetRequestConfiguration added in v0.49.0

type CountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CountRequestBuilderGetQueryParameters
}

CountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type InvitationItemRequestBuilder added in v0.49.0

InvitationItemRequestBuilder provides operations to manage the collection of invitation entities.

func NewInvitationItemRequestBuilder added in v0.49.0

NewInvitationItemRequestBuilder instantiates a new InvitationItemRequestBuilder and sets the default values.

func NewInvitationItemRequestBuilderInternal added in v0.49.0

func NewInvitationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InvitationItemRequestBuilder

NewInvitationItemRequestBuilderInternal instantiates a new InvitationItemRequestBuilder and sets the default values.

func (*InvitationItemRequestBuilder) Delete added in v0.49.0

Delete delete entity from invitations

func (*InvitationItemRequestBuilder) Get added in v0.49.0

Get get entity from invitations by key

func (*InvitationItemRequestBuilder) InvitedUser added in v0.49.0

InvitedUser provides operations to manage the invitedUser property of the microsoft.graph.invitation entity.

func (*InvitationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete entity from invitations

func (*InvitationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get entity from invitations by key

func (*InvitationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update entity in invitations

type InvitationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type InvitationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

InvitationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type InvitationItemRequestBuilderGetQueryParameters added in v0.49.0

type InvitationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

InvitationItemRequestBuilderGetQueryParameters get entity from invitations by key

type InvitationItemRequestBuilderGetRequestConfiguration added in v0.49.0

type InvitationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *InvitationItemRequestBuilderGetQueryParameters
}

InvitationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type InvitationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type InvitationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

InvitationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type InvitationsRequestBuilder

InvitationsRequestBuilder provides operations to manage the collection of invitation entities.

func NewInvitationsRequestBuilder

NewInvitationsRequestBuilder instantiates a new InvitationsRequestBuilder and sets the default values.

func NewInvitationsRequestBuilderInternal

func NewInvitationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InvitationsRequestBuilder

NewInvitationsRequestBuilderInternal instantiates a new InvitationsRequestBuilder and sets the default values.

func (*InvitationsRequestBuilder) ByInvitationId added in v0.63.0

func (m *InvitationsRequestBuilder) ByInvitationId(invitationId string) *InvitationItemRequestBuilder

ByInvitationId provides operations to manage the collection of invitation entities.

func (*InvitationsRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection.

func (*InvitationsRequestBuilder) Post

Post use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation you have several options available: Find more info here

func (*InvitationsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get entities from invitations

func (*InvitationsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation use this API to create a new invitation. Invitation adds an external user to the organization. When creating a new invitation you have several options available:

type InvitationsRequestBuilderGetQueryParameters

type InvitationsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

InvitationsRequestBuilderGetQueryParameters get entities from invitations

type InvitationsRequestBuilderGetRequestConfiguration added in v0.22.0

type InvitationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *InvitationsRequestBuilderGetQueryParameters
}

InvitationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type InvitationsRequestBuilderPostRequestConfiguration added in v0.22.0

type InvitationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

InvitationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemInvitedUserMailboxSettingsRequestBuilder added in v0.63.0

type ItemInvitedUserMailboxSettingsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemInvitedUserMailboxSettingsRequestBuilder builds and executes requests for operations under \invitations\{invitation-id}\invitedUser\mailboxSettings

func NewItemInvitedUserMailboxSettingsRequestBuilder added in v0.63.0

NewItemInvitedUserMailboxSettingsRequestBuilder instantiates a new MailboxSettingsRequestBuilder and sets the default values.

func NewItemInvitedUserMailboxSettingsRequestBuilderInternal added in v0.63.0

func NewItemInvitedUserMailboxSettingsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemInvitedUserMailboxSettingsRequestBuilder

NewItemInvitedUserMailboxSettingsRequestBuilderInternal instantiates a new MailboxSettingsRequestBuilder and sets the default values.

func (*ItemInvitedUserMailboxSettingsRequestBuilder) Get added in v0.63.0

Get settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.

func (*ItemInvitedUserMailboxSettingsRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.

func (*ItemInvitedUserMailboxSettingsRequestBuilder) ToPatchRequestInformation added in v0.63.0

ToPatchRequestInformation update property mailboxSettings value.

type ItemInvitedUserMailboxSettingsRequestBuilderGetQueryParameters added in v0.63.0

type ItemInvitedUserMailboxSettingsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemInvitedUserMailboxSettingsRequestBuilderGetQueryParameters settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.

type ItemInvitedUserMailboxSettingsRequestBuilderGetRequestConfiguration added in v0.63.0

type ItemInvitedUserMailboxSettingsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemInvitedUserMailboxSettingsRequestBuilderGetQueryParameters
}

ItemInvitedUserMailboxSettingsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemInvitedUserMailboxSettingsRequestBuilderPatchRequestConfiguration added in v0.63.0

type ItemInvitedUserMailboxSettingsRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemInvitedUserMailboxSettingsRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ItemInvitedUserRequestBuilder added in v0.49.0

ItemInvitedUserRequestBuilder provides operations to manage the invitedUser property of the microsoft.graph.invitation entity.

func NewItemInvitedUserRequestBuilder added in v0.49.0

NewItemInvitedUserRequestBuilder instantiates a new InvitedUserRequestBuilder and sets the default values.

func NewItemInvitedUserRequestBuilderInternal added in v0.49.0

func NewItemInvitedUserRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemInvitedUserRequestBuilder

NewItemInvitedUserRequestBuilderInternal instantiates a new InvitedUserRequestBuilder and sets the default values.

func (*ItemInvitedUserRequestBuilder) Get added in v0.49.0

Get the user created as part of the invitation creation. Read-Only

func (*ItemInvitedUserRequestBuilder) MailboxSettings added in v0.63.0

MailboxSettings the mailboxSettings property

func (*ItemInvitedUserRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the user created as part of the invitation creation. Read-Only

type ItemInvitedUserRequestBuilderGetQueryParameters added in v0.49.0

type ItemInvitedUserRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ItemInvitedUserRequestBuilderGetQueryParameters the user created as part of the invitation creation. Read-Only

type ItemInvitedUserRequestBuilderGetRequestConfiguration added in v0.49.0

type ItemInvitedUserRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ItemInvitedUserRequestBuilderGetQueryParameters
}

ItemInvitedUserRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL