Documentation ¶
Index ¶
- type CheckDeletedItemMemberGroupsCompleteResult
- type CheckDeletedItemMemberGroupsCustomPager
- type CheckDeletedItemMemberGroupsOperationOptions
- type CheckDeletedItemMemberGroupsOperationResponse
- type CheckDeletedItemMemberGroupsRequest
- type CheckDeletedItemMemberObjectsCompleteResult
- type CheckDeletedItemMemberObjectsCustomPager
- type CheckDeletedItemMemberObjectsOperationOptions
- type CheckDeletedItemMemberObjectsOperationResponse
- type CheckDeletedItemMemberObjectsRequest
- type DeleteDeletedItemOperationOptions
- type DeleteDeletedItemOperationResponse
- type DeletedItemClient
- func (c DeletedItemClient) CheckDeletedItemMemberGroups(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result CheckDeletedItemMemberGroupsOperationResponse, err error)
- func (c DeletedItemClient) CheckDeletedItemMemberGroupsComplete(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result CheckDeletedItemMemberGroupsCompleteResult, err error)
- func (c DeletedItemClient) CheckDeletedItemMemberObjects(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result CheckDeletedItemMemberObjectsOperationResponse, err error)
- func (c DeletedItemClient) CheckDeletedItemMemberObjectsComplete(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result CheckDeletedItemMemberObjectsCompleteResult, err error)
- func (c DeletedItemClient) DeleteDeletedItem(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result DeleteDeletedItemOperationResponse, err error)
- func (c DeletedItemClient) GetDeletedItem(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result GetDeletedItemOperationResponse, err error)
- func (c DeletedItemClient) GetDeletedItemMemberGroups(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result GetDeletedItemMemberGroupsOperationResponse, err error)
- func (c DeletedItemClient) GetDeletedItemMemberGroupsComplete(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result GetDeletedItemMemberGroupsCompleteResult, err error)
- func (c DeletedItemClient) GetDeletedItemMemberObjects(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result GetDeletedItemMemberObjectsOperationResponse, err error)
- func (c DeletedItemClient) GetDeletedItemMemberObjectsComplete(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result GetDeletedItemMemberObjectsCompleteResult, err error)
- func (c DeletedItemClient) GetDeletedItemsByIds(ctx context.Context, input GetDeletedItemsByIdsRequest, ...) (result GetDeletedItemsByIdsOperationResponse, err error)
- func (c DeletedItemClient) GetDeletedItemsByIdsComplete(ctx context.Context, input GetDeletedItemsByIdsRequest, ...) (GetDeletedItemsByIdsCompleteResult, error)
- func (c DeletedItemClient) GetDeletedItemsByIdsCompleteMatchingPredicate(ctx context.Context, input GetDeletedItemsByIdsRequest, ...) (result GetDeletedItemsByIdsCompleteResult, err error)
- func (c DeletedItemClient) GetDeletedItemsCount(ctx context.Context, options GetDeletedItemsCountOperationOptions) (result GetDeletedItemsCountOperationResponse, err error)
- func (c DeletedItemClient) ListDeletedItems(ctx context.Context, options ListDeletedItemsOperationOptions) (result ListDeletedItemsOperationResponse, err error)
- func (c DeletedItemClient) ListDeletedItemsComplete(ctx context.Context, options ListDeletedItemsOperationOptions) (ListDeletedItemsCompleteResult, error)
- func (c DeletedItemClient) ListDeletedItemsCompleteMatchingPredicate(ctx context.Context, options ListDeletedItemsOperationOptions, ...) (result ListDeletedItemsCompleteResult, err error)
- func (c DeletedItemClient) RestoreDeletedItem(ctx context.Context, id beta.DirectoryDeletedItemId, ...) (result RestoreDeletedItemOperationResponse, err error)
- func (c DeletedItemClient) ValidateDeletedItemsProperties(ctx context.Context, input ValidateDeletedItemsPropertiesRequest, ...) (result ValidateDeletedItemsPropertiesOperationResponse, err error)
- type DirectoryObjectOperationPredicate
- type GetDeletedItemMemberGroupsCompleteResult
- type GetDeletedItemMemberGroupsCustomPager
- type GetDeletedItemMemberGroupsOperationOptions
- type GetDeletedItemMemberGroupsOperationResponse
- type GetDeletedItemMemberGroupsRequest
- type GetDeletedItemMemberObjectsCompleteResult
- type GetDeletedItemMemberObjectsCustomPager
- type GetDeletedItemMemberObjectsOperationOptions
- type GetDeletedItemMemberObjectsOperationResponse
- type GetDeletedItemMemberObjectsRequest
- type GetDeletedItemOperationOptions
- type GetDeletedItemOperationResponse
- type GetDeletedItemsByIdsCompleteResult
- type GetDeletedItemsByIdsCustomPager
- type GetDeletedItemsByIdsOperationOptions
- type GetDeletedItemsByIdsOperationResponse
- type GetDeletedItemsByIdsRequest
- type GetDeletedItemsCountOperationOptions
- type GetDeletedItemsCountOperationResponse
- type ListDeletedItemsCompleteResult
- type ListDeletedItemsCustomPager
- type ListDeletedItemsOperationOptions
- type ListDeletedItemsOperationResponse
- type RestoreDeletedItemOperationOptions
- type RestoreDeletedItemOperationResponse
- type RestoreDeletedItemRequest
- type ValidateDeletedItemsPropertiesOperationOptions
- type ValidateDeletedItemsPropertiesOperationResponse
- type ValidateDeletedItemsPropertiesRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckDeletedItemMemberGroupsCustomPager ¶
type CheckDeletedItemMemberGroupsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*CheckDeletedItemMemberGroupsCustomPager) NextPageLink ¶
func (p *CheckDeletedItemMemberGroupsCustomPager) NextPageLink() *odata.Link
type CheckDeletedItemMemberGroupsOperationOptions ¶
type CheckDeletedItemMemberGroupsOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Skip *int64 Top *int64 }
func DefaultCheckDeletedItemMemberGroupsOperationOptions ¶
func DefaultCheckDeletedItemMemberGroupsOperationOptions() CheckDeletedItemMemberGroupsOperationOptions
func (CheckDeletedItemMemberGroupsOperationOptions) ToHeaders ¶
func (o CheckDeletedItemMemberGroupsOperationOptions) ToHeaders() *client.Headers
func (CheckDeletedItemMemberGroupsOperationOptions) ToOData ¶
func (o CheckDeletedItemMemberGroupsOperationOptions) ToOData() *odata.Query
func (CheckDeletedItemMemberGroupsOperationOptions) ToQuery ¶
func (o CheckDeletedItemMemberGroupsOperationOptions) ToQuery() *client.QueryParams
type CheckDeletedItemMemberGroupsRequest ¶
type CheckDeletedItemMemberGroupsRequest struct {
GroupIds *[]string `json:"groupIds,omitempty"`
}
type CheckDeletedItemMemberObjectsCustomPager ¶
type CheckDeletedItemMemberObjectsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*CheckDeletedItemMemberObjectsCustomPager) NextPageLink ¶
func (p *CheckDeletedItemMemberObjectsCustomPager) NextPageLink() *odata.Link
type CheckDeletedItemMemberObjectsOperationOptions ¶
type CheckDeletedItemMemberObjectsOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Skip *int64 Top *int64 }
func DefaultCheckDeletedItemMemberObjectsOperationOptions ¶
func DefaultCheckDeletedItemMemberObjectsOperationOptions() CheckDeletedItemMemberObjectsOperationOptions
func (CheckDeletedItemMemberObjectsOperationOptions) ToHeaders ¶
func (o CheckDeletedItemMemberObjectsOperationOptions) ToHeaders() *client.Headers
func (CheckDeletedItemMemberObjectsOperationOptions) ToOData ¶
func (o CheckDeletedItemMemberObjectsOperationOptions) ToOData() *odata.Query
func (CheckDeletedItemMemberObjectsOperationOptions) ToQuery ¶
func (o CheckDeletedItemMemberObjectsOperationOptions) ToQuery() *client.QueryParams
type CheckDeletedItemMemberObjectsRequest ¶
type CheckDeletedItemMemberObjectsRequest struct {
Ids *[]string `json:"ids,omitempty"`
}
type DeleteDeletedItemOperationOptions ¶
type DeleteDeletedItemOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeletedItemOperationOptions ¶
func DefaultDeleteDeletedItemOperationOptions() DeleteDeletedItemOperationOptions
func (DeleteDeletedItemOperationOptions) ToHeaders ¶
func (o DeleteDeletedItemOperationOptions) ToHeaders() *client.Headers
func (DeleteDeletedItemOperationOptions) ToOData ¶
func (o DeleteDeletedItemOperationOptions) ToOData() *odata.Query
func (DeleteDeletedItemOperationOptions) ToQuery ¶
func (o DeleteDeletedItemOperationOptions) ToQuery() *client.QueryParams
type DeletedItemClient ¶
func NewDeletedItemClientWithBaseURI ¶
func NewDeletedItemClientWithBaseURI(sdkApi sdkEnv.Api) (*DeletedItemClient, error)
func (DeletedItemClient) CheckDeletedItemMemberGroups ¶
func (c DeletedItemClient) CheckDeletedItemMemberGroups(ctx context.Context, id beta.DirectoryDeletedItemId, input CheckDeletedItemMemberGroupsRequest, options CheckDeletedItemMemberGroupsOperationOptions) (result CheckDeletedItemMemberGroupsOperationResponse, err error)
CheckDeletedItemMemberGroups - Invoke action checkMemberGroups. Check for membership in a specified list of group IDs, and return from that list those groups (identified by IDs) of which the specified user, group, service principal, organizational contact, device, or directory object is a member. This function is transitive. You can check up to a maximum of 20 groups per request. This function supports all groups provisioned in Microsoft Entra ID. Because Microsoft 365 groups cannot contain other groups, membership in a Microsoft 365 group is always direct.
func (DeletedItemClient) CheckDeletedItemMemberGroupsComplete ¶
func (c DeletedItemClient) CheckDeletedItemMemberGroupsComplete(ctx context.Context, id beta.DirectoryDeletedItemId, input CheckDeletedItemMemberGroupsRequest, options CheckDeletedItemMemberGroupsOperationOptions) (result CheckDeletedItemMemberGroupsCompleteResult, err error)
CheckDeletedItemMemberGroupsComplete retrieves all the results into a single object
func (DeletedItemClient) CheckDeletedItemMemberObjects ¶
func (c DeletedItemClient) CheckDeletedItemMemberObjects(ctx context.Context, id beta.DirectoryDeletedItemId, input CheckDeletedItemMemberObjectsRequest, options CheckDeletedItemMemberObjectsOperationOptions) (result CheckDeletedItemMemberObjectsOperationResponse, err error)
CheckDeletedItemMemberObjects - Invoke action checkMemberObjects
func (DeletedItemClient) CheckDeletedItemMemberObjectsComplete ¶
func (c DeletedItemClient) CheckDeletedItemMemberObjectsComplete(ctx context.Context, id beta.DirectoryDeletedItemId, input CheckDeletedItemMemberObjectsRequest, options CheckDeletedItemMemberObjectsOperationOptions) (result CheckDeletedItemMemberObjectsCompleteResult, err error)
CheckDeletedItemMemberObjectsComplete retrieves all the results into a single object
func (DeletedItemClient) DeleteDeletedItem ¶
func (c DeletedItemClient) DeleteDeletedItem(ctx context.Context, id beta.DirectoryDeletedItemId, options DeleteDeletedItemOperationOptions) (result DeleteDeletedItemOperationResponse, err error)
DeleteDeletedItem - Delete navigation property deletedItems for directory
func (DeletedItemClient) GetDeletedItem ¶
func (c DeletedItemClient) GetDeletedItem(ctx context.Context, id beta.DirectoryDeletedItemId, options GetDeletedItemOperationOptions) (result GetDeletedItemOperationResponse, err error)
GetDeletedItem - Get deletedItems from directory. Recently deleted items. Read-only. Nullable.
func (DeletedItemClient) GetDeletedItemMemberGroups ¶
func (c DeletedItemClient) GetDeletedItemMemberGroups(ctx context.Context, id beta.DirectoryDeletedItemId, input GetDeletedItemMemberGroupsRequest, options GetDeletedItemMemberGroupsOperationOptions) (result GetDeletedItemMemberGroupsOperationResponse, err error)
GetDeletedItemMemberGroups - Invoke action getMemberGroups. Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead.
func (DeletedItemClient) GetDeletedItemMemberGroupsComplete ¶
func (c DeletedItemClient) GetDeletedItemMemberGroupsComplete(ctx context.Context, id beta.DirectoryDeletedItemId, input GetDeletedItemMemberGroupsRequest, options GetDeletedItemMemberGroupsOperationOptions) (result GetDeletedItemMemberGroupsCompleteResult, err error)
GetDeletedItemMemberGroupsComplete retrieves all the results into a single object
func (DeletedItemClient) GetDeletedItemMemberObjects ¶
func (c DeletedItemClient) GetDeletedItemMemberObjects(ctx context.Context, id beta.DirectoryDeletedItemId, input GetDeletedItemMemberObjectsRequest, options GetDeletedItemMemberObjectsOperationOptions) (result GetDeletedItemMemberObjectsOperationResponse, err error)
GetDeletedItemMemberObjects - Invoke action getMemberObjects
func (DeletedItemClient) GetDeletedItemMemberObjectsComplete ¶
func (c DeletedItemClient) GetDeletedItemMemberObjectsComplete(ctx context.Context, id beta.DirectoryDeletedItemId, input GetDeletedItemMemberObjectsRequest, options GetDeletedItemMemberObjectsOperationOptions) (result GetDeletedItemMemberObjectsCompleteResult, err error)
GetDeletedItemMemberObjectsComplete retrieves all the results into a single object
func (DeletedItemClient) GetDeletedItemsByIds ¶
func (c DeletedItemClient) GetDeletedItemsByIds(ctx context.Context, input GetDeletedItemsByIdsRequest, options GetDeletedItemsByIdsOperationOptions) (result GetDeletedItemsByIdsOperationResponse, err error)
GetDeletedItemsByIds - Invoke action getByIds. Return the directory objects specified in a list of IDs. Some common uses for this function are to
func (DeletedItemClient) GetDeletedItemsByIdsComplete ¶
func (c DeletedItemClient) GetDeletedItemsByIdsComplete(ctx context.Context, input GetDeletedItemsByIdsRequest, options GetDeletedItemsByIdsOperationOptions) (GetDeletedItemsByIdsCompleteResult, error)
GetDeletedItemsByIdsComplete retrieves all the results into a single object
func (DeletedItemClient) GetDeletedItemsByIdsCompleteMatchingPredicate ¶
func (c DeletedItemClient) GetDeletedItemsByIdsCompleteMatchingPredicate(ctx context.Context, input GetDeletedItemsByIdsRequest, options GetDeletedItemsByIdsOperationOptions, predicate DirectoryObjectOperationPredicate) (result GetDeletedItemsByIdsCompleteResult, err error)
GetDeletedItemsByIdsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeletedItemClient) GetDeletedItemsCount ¶
func (c DeletedItemClient) GetDeletedItemsCount(ctx context.Context, options GetDeletedItemsCountOperationOptions) (result GetDeletedItemsCountOperationResponse, err error)
GetDeletedItemsCount - Get the number of the resource
func (DeletedItemClient) ListDeletedItems ¶
func (c DeletedItemClient) ListDeletedItems(ctx context.Context, options ListDeletedItemsOperationOptions) (result ListDeletedItemsOperationResponse, err error)
ListDeletedItems - Get deletedItems from directory. Recently deleted items. Read-only. Nullable.
func (DeletedItemClient) ListDeletedItemsComplete ¶
func (c DeletedItemClient) ListDeletedItemsComplete(ctx context.Context, options ListDeletedItemsOperationOptions) (ListDeletedItemsCompleteResult, error)
ListDeletedItemsComplete retrieves all the results into a single object
func (DeletedItemClient) ListDeletedItemsCompleteMatchingPredicate ¶
func (c DeletedItemClient) ListDeletedItemsCompleteMatchingPredicate(ctx context.Context, options ListDeletedItemsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListDeletedItemsCompleteResult, err error)
ListDeletedItemsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (DeletedItemClient) RestoreDeletedItem ¶
func (c DeletedItemClient) RestoreDeletedItem(ctx context.Context, id beta.DirectoryDeletedItemId, input RestoreDeletedItemRequest, options RestoreDeletedItemOperationOptions) (result RestoreDeletedItemOperationResponse, err error)
RestoreDeletedItem - Invoke action restore. Restore a recently deleted application, externalUserProfile, group, pendingExternalUserProfile, servicePrincipal, administrative unit, or user object from deleted items. If an item was accidentally deleted, you can fully restore the item. This isn't applicable to security groups, which are deleted permanently. Also, restoring an application doesn't restore the associated service principal automatically. You must call this API to explicitly restore the deleted service principal. A recently deleted item remains available for up to 30 days. After 30 days, the item is permanently deleted.
func (DeletedItemClient) ValidateDeletedItemsProperties ¶
func (c DeletedItemClient) ValidateDeletedItemsProperties(ctx context.Context, input ValidateDeletedItemsPropertiesRequest, options ValidateDeletedItemsPropertiesOperationOptions) (result ValidateDeletedItemsPropertiesOperationResponse, err error)
ValidateDeletedItemsProperties - Invoke action validateProperties. Validate that a Microsoft 365 group's display name or mail nickname complies with naming policies. Clients can use this API to determine whether a display name or mail nickname is valid before trying to create a Microsoft 365 group. For validating properties of an existing group, use the validateProperties function for groups. The following validations are performed for the display name and mail nickname properties: 1. Validate the prefix and suffix naming policy 2. Validate the custom banned words policy 3. Validate the mail nickname is unique This API returns with the first failure encountered. If one or more properties fail multiple validations, only the property with the first validation failure is returned. However, you can validate both the mail nickname and the display name and receive a collection of validation errors if you are only validating the prefix and suffix naming policy.
type DirectoryObjectOperationPredicate ¶
type DirectoryObjectOperationPredicate struct { }
func (DirectoryObjectOperationPredicate) Matches ¶
func (p DirectoryObjectOperationPredicate) Matches(input beta.DirectoryObject) bool
type GetDeletedItemMemberGroupsCustomPager ¶
func (*GetDeletedItemMemberGroupsCustomPager) NextPageLink ¶
func (p *GetDeletedItemMemberGroupsCustomPager) NextPageLink() *odata.Link
type GetDeletedItemMemberGroupsOperationOptions ¶
type GetDeletedItemMemberGroupsOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Skip *int64 Top *int64 }
func DefaultGetDeletedItemMemberGroupsOperationOptions ¶
func DefaultGetDeletedItemMemberGroupsOperationOptions() GetDeletedItemMemberGroupsOperationOptions
func (GetDeletedItemMemberGroupsOperationOptions) ToHeaders ¶
func (o GetDeletedItemMemberGroupsOperationOptions) ToHeaders() *client.Headers
func (GetDeletedItemMemberGroupsOperationOptions) ToOData ¶
func (o GetDeletedItemMemberGroupsOperationOptions) ToOData() *odata.Query
func (GetDeletedItemMemberGroupsOperationOptions) ToQuery ¶
func (o GetDeletedItemMemberGroupsOperationOptions) ToQuery() *client.QueryParams
type GetDeletedItemMemberObjectsCustomPager ¶
type GetDeletedItemMemberObjectsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*GetDeletedItemMemberObjectsCustomPager) NextPageLink ¶
func (p *GetDeletedItemMemberObjectsCustomPager) NextPageLink() *odata.Link
type GetDeletedItemMemberObjectsOperationOptions ¶
type GetDeletedItemMemberObjectsOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Skip *int64 Top *int64 }
func DefaultGetDeletedItemMemberObjectsOperationOptions ¶
func DefaultGetDeletedItemMemberObjectsOperationOptions() GetDeletedItemMemberObjectsOperationOptions
func (GetDeletedItemMemberObjectsOperationOptions) ToHeaders ¶
func (o GetDeletedItemMemberObjectsOperationOptions) ToHeaders() *client.Headers
func (GetDeletedItemMemberObjectsOperationOptions) ToOData ¶
func (o GetDeletedItemMemberObjectsOperationOptions) ToOData() *odata.Query
func (GetDeletedItemMemberObjectsOperationOptions) ToQuery ¶
func (o GetDeletedItemMemberObjectsOperationOptions) ToQuery() *client.QueryParams
type GetDeletedItemOperationOptions ¶
type GetDeletedItemOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeletedItemOperationOptions ¶
func DefaultGetDeletedItemOperationOptions() GetDeletedItemOperationOptions
func (GetDeletedItemOperationOptions) ToHeaders ¶
func (o GetDeletedItemOperationOptions) ToHeaders() *client.Headers
func (GetDeletedItemOperationOptions) ToOData ¶
func (o GetDeletedItemOperationOptions) ToOData() *odata.Query
func (GetDeletedItemOperationOptions) ToQuery ¶
func (o GetDeletedItemOperationOptions) ToQuery() *client.QueryParams
type GetDeletedItemsByIdsCompleteResult ¶
type GetDeletedItemsByIdsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DirectoryObject }
type GetDeletedItemsByIdsCustomPager ¶
func (*GetDeletedItemsByIdsCustomPager) NextPageLink ¶
func (p *GetDeletedItemsByIdsCustomPager) NextPageLink() *odata.Link
type GetDeletedItemsByIdsOperationOptions ¶
type GetDeletedItemsByIdsOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Skip *int64 Top *int64 }
func DefaultGetDeletedItemsByIdsOperationOptions ¶
func DefaultGetDeletedItemsByIdsOperationOptions() GetDeletedItemsByIdsOperationOptions
func (GetDeletedItemsByIdsOperationOptions) ToHeaders ¶
func (o GetDeletedItemsByIdsOperationOptions) ToHeaders() *client.Headers
func (GetDeletedItemsByIdsOperationOptions) ToOData ¶
func (o GetDeletedItemsByIdsOperationOptions) ToOData() *odata.Query
func (GetDeletedItemsByIdsOperationOptions) ToQuery ¶
func (o GetDeletedItemsByIdsOperationOptions) ToQuery() *client.QueryParams
type GetDeletedItemsCountOperationOptions ¶
type GetDeletedItemsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetDeletedItemsCountOperationOptions ¶
func DefaultGetDeletedItemsCountOperationOptions() GetDeletedItemsCountOperationOptions
func (GetDeletedItemsCountOperationOptions) ToHeaders ¶
func (o GetDeletedItemsCountOperationOptions) ToHeaders() *client.Headers
func (GetDeletedItemsCountOperationOptions) ToOData ¶
func (o GetDeletedItemsCountOperationOptions) ToOData() *odata.Query
func (GetDeletedItemsCountOperationOptions) ToQuery ¶
func (o GetDeletedItemsCountOperationOptions) ToQuery() *client.QueryParams
type ListDeletedItemsCompleteResult ¶
type ListDeletedItemsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DirectoryObject }
type ListDeletedItemsCustomPager ¶
func (*ListDeletedItemsCustomPager) NextPageLink ¶
func (p *ListDeletedItemsCustomPager) NextPageLink() *odata.Link
type ListDeletedItemsOperationOptions ¶
type ListDeletedItemsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListDeletedItemsOperationOptions ¶
func DefaultListDeletedItemsOperationOptions() ListDeletedItemsOperationOptions
func (ListDeletedItemsOperationOptions) ToHeaders ¶
func (o ListDeletedItemsOperationOptions) ToHeaders() *client.Headers
func (ListDeletedItemsOperationOptions) ToOData ¶
func (o ListDeletedItemsOperationOptions) ToOData() *odata.Query
func (ListDeletedItemsOperationOptions) ToQuery ¶
func (o ListDeletedItemsOperationOptions) ToQuery() *client.QueryParams
type RestoreDeletedItemOperationOptions ¶
type RestoreDeletedItemOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRestoreDeletedItemOperationOptions ¶
func DefaultRestoreDeletedItemOperationOptions() RestoreDeletedItemOperationOptions
func (RestoreDeletedItemOperationOptions) ToHeaders ¶
func (o RestoreDeletedItemOperationOptions) ToHeaders() *client.Headers
func (RestoreDeletedItemOperationOptions) ToOData ¶
func (o RestoreDeletedItemOperationOptions) ToOData() *odata.Query
func (RestoreDeletedItemOperationOptions) ToQuery ¶
func (o RestoreDeletedItemOperationOptions) ToQuery() *client.QueryParams
type ValidateDeletedItemsPropertiesOperationOptions ¶
type ValidateDeletedItemsPropertiesOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultValidateDeletedItemsPropertiesOperationOptions ¶
func DefaultValidateDeletedItemsPropertiesOperationOptions() ValidateDeletedItemsPropertiesOperationOptions
func (ValidateDeletedItemsPropertiesOperationOptions) ToHeaders ¶
func (o ValidateDeletedItemsPropertiesOperationOptions) ToHeaders() *client.Headers
func (ValidateDeletedItemsPropertiesOperationOptions) ToOData ¶
func (o ValidateDeletedItemsPropertiesOperationOptions) ToOData() *odata.Query
func (ValidateDeletedItemsPropertiesOperationOptions) ToQuery ¶
func (o ValidateDeletedItemsPropertiesOperationOptions) ToQuery() *client.QueryParams
type ValidateDeletedItemsPropertiesRequest ¶
type ValidateDeletedItemsPropertiesRequest struct { DisplayName nullable.Type[string] `json:"displayName,omitempty"` EntityType nullable.Type[string] `json:"entityType,omitempty"` MailNickname nullable.Type[string] `json:"mailNickname,omitempty"` OnBehalfOfUserId nullable.Type[string] `json:"onBehalfOfUserId,omitempty"` }
Source Files ¶
- client.go
- method_checkdeleteditemmembergroups.go
- method_checkdeleteditemmemberobjects.go
- method_deletedeleteditem.go
- method_getdeleteditem.go
- method_getdeleteditemmembergroups.go
- method_getdeleteditemmemberobjects.go
- method_getdeleteditemsbyids.go
- method_getdeleteditemscount.go
- method_listdeleteditems.go
- method_restoredeleteditem.go
- method_validatedeleteditemsproperties.go
- model_checkdeleteditemmembergroupsrequest.go
- model_checkdeleteditemmemberobjectsrequest.go
- model_getdeleteditemmembergroupsrequest.go
- model_getdeleteditemmemberobjectsrequest.go
- model_getdeleteditemsbyidsrequest.go
- model_restoredeleteditemrequest.go
- model_validatedeleteditemspropertiesrequest.go
- predicates.go
- version.go