Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CheckMemberGroupsCompleteResult struct + Items []string + LatestHttpResponse *http.Response + type CheckMemberGroupsCustomPager struct + NextLink *odata.Link + func (p *CheckMemberGroupsCustomPager) NextPageLink() *odata.Link + type CheckMemberGroupsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultCheckMemberGroupsOperationOptions() CheckMemberGroupsOperationOptions + func (o CheckMemberGroupsOperationOptions) ToHeaders() *client.Headers + func (o CheckMemberGroupsOperationOptions) ToOData() *odata.Query + func (o CheckMemberGroupsOperationOptions) ToQuery() *client.QueryParams + type CheckMemberGroupsOperationResponse struct + HttpResponse *http.Response + Model *[]string + OData *odata.OData + type CheckMemberGroupsRequest struct + GroupIds *[]string + type CheckMemberObjectsCompleteResult struct + Items []string + LatestHttpResponse *http.Response + type CheckMemberObjectsCustomPager struct + NextLink *odata.Link + func (p *CheckMemberObjectsCustomPager) NextPageLink() *odata.Link + type CheckMemberObjectsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultCheckMemberObjectsOperationOptions() CheckMemberObjectsOperationOptions + func (o CheckMemberObjectsOperationOptions) ToHeaders() *client.Headers + func (o CheckMemberObjectsOperationOptions) ToOData() *odata.Query + func (o CheckMemberObjectsOperationOptions) ToQuery() *client.QueryParams + type CheckMemberObjectsOperationResponse struct + HttpResponse *http.Response + Model *[]string + OData *odata.OData + type CheckMemberObjectsRequest struct + Ids *[]string + type CreateDirectoryRoleOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDirectoryRoleOperationOptions() CreateDirectoryRoleOperationOptions + func (o CreateDirectoryRoleOperationOptions) ToHeaders() *client.Headers + func (o CreateDirectoryRoleOperationOptions) ToOData() *odata.Query + func (o CreateDirectoryRoleOperationOptions) ToQuery() *client.QueryParams + type CreateDirectoryRoleOperationResponse struct + HttpResponse *http.Response + Model *beta.DirectoryRole + OData *odata.OData + type CreateGetsUserOwnedObjectOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateGetsUserOwnedObjectOperationOptions() CreateGetsUserOwnedObjectOperationOptions + func (o CreateGetsUserOwnedObjectOperationOptions) ToHeaders() *client.Headers + func (o CreateGetsUserOwnedObjectOperationOptions) ToOData() *odata.Query + func (o CreateGetsUserOwnedObjectOperationOptions) ToQuery() *client.QueryParams + type CreateGetsUserOwnedObjectOperationResponse struct + HttpResponse *http.Response + Model beta.DirectoryObject + OData *odata.OData + type CreateGetsUserOwnedObjectRequest struct + Type nullable.Type[string] + UserId nullable.Type[string] + type CreateValidatesPropertyOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateValidatesPropertyOperationOptions() CreateValidatesPropertyOperationOptions + func (o CreateValidatesPropertyOperationOptions) ToHeaders() *client.Headers + func (o CreateValidatesPropertyOperationOptions) ToOData() *odata.Query + func (o CreateValidatesPropertyOperationOptions) ToQuery() *client.QueryParams + type CreateValidatesPropertyOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateValidatesPropertyRequest struct + DisplayName nullable.Type[string] + EntityType nullable.Type[string] + MailNickname nullable.Type[string] + OnBehalfOfUserId nullable.Type[string] + type DeleteDirectoryRoleOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDirectoryRoleOperationOptions() DeleteDirectoryRoleOperationOptions + func (o DeleteDirectoryRoleOperationOptions) ToHeaders() *client.Headers + func (o DeleteDirectoryRoleOperationOptions) ToOData() *odata.Query + func (o DeleteDirectoryRoleOperationOptions) ToQuery() *client.QueryParams + type DeleteDirectoryRoleOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DirectoryObjectOperationPredicate struct + func (p DirectoryObjectOperationPredicate) Matches(input beta.DirectoryObject) bool + type DirectoryRoleClient struct + Client *msgraph.Client + func NewDirectoryRoleClientWithBaseURI(sdkApi sdkEnv.Api) (*DirectoryRoleClient, error) + func (c DirectoryRoleClient) CheckMemberGroups(ctx context.Context, id beta.DirectoryRoleId, input CheckMemberGroupsRequest, ...) (result CheckMemberGroupsOperationResponse, err error) + func (c DirectoryRoleClient) CheckMemberGroupsComplete(ctx context.Context, id beta.DirectoryRoleId, input CheckMemberGroupsRequest, ...) (result CheckMemberGroupsCompleteResult, err error) + func (c DirectoryRoleClient) CheckMemberObjects(ctx context.Context, id beta.DirectoryRoleId, input CheckMemberObjectsRequest, ...) (result CheckMemberObjectsOperationResponse, err error) + func (c DirectoryRoleClient) CheckMemberObjectsComplete(ctx context.Context, id beta.DirectoryRoleId, input CheckMemberObjectsRequest, ...) (result CheckMemberObjectsCompleteResult, err error) + func (c DirectoryRoleClient) CreateDirectoryRole(ctx context.Context, input beta.DirectoryRole, ...) (result CreateDirectoryRoleOperationResponse, err error) + func (c DirectoryRoleClient) CreateGetsUserOwnedObject(ctx context.Context, input CreateGetsUserOwnedObjectRequest, ...) (result CreateGetsUserOwnedObjectOperationResponse, err error) + func (c DirectoryRoleClient) CreateValidatesProperty(ctx context.Context, input CreateValidatesPropertyRequest, ...) (result CreateValidatesPropertyOperationResponse, err error) + func (c DirectoryRoleClient) DeleteDirectoryRole(ctx context.Context, id beta.DirectoryRoleId, ...) (result DeleteDirectoryRoleOperationResponse, err error) + func (c DirectoryRoleClient) GetDirectoryRole(ctx context.Context, id beta.DirectoryRoleId, ...) (result GetDirectoryRoleOperationResponse, err error) + func (c DirectoryRoleClient) GetMemberGroups(ctx context.Context, id beta.DirectoryRoleId, input GetMemberGroupsRequest, ...) (result GetMemberGroupsOperationResponse, err error) + func (c DirectoryRoleClient) GetMemberGroupsComplete(ctx context.Context, id beta.DirectoryRoleId, input GetMemberGroupsRequest, ...) (result GetMemberGroupsCompleteResult, err error) + func (c DirectoryRoleClient) GetMemberObjects(ctx context.Context, id beta.DirectoryRoleId, input GetMemberObjectsRequest, ...) (result GetMemberObjectsOperationResponse, err error) + func (c DirectoryRoleClient) GetMemberObjectsComplete(ctx context.Context, id beta.DirectoryRoleId, input GetMemberObjectsRequest, ...) (result GetMemberObjectsCompleteResult, err error) + func (c DirectoryRoleClient) GetsCount(ctx context.Context, options GetsCountOperationOptions) (result GetsCountOperationResponse, err error) + func (c DirectoryRoleClient) ListDirectoryRoles(ctx context.Context, options ListDirectoryRolesOperationOptions) (result ListDirectoryRolesOperationResponse, err error) + func (c DirectoryRoleClient) ListDirectoryRolesComplete(ctx context.Context, options ListDirectoryRolesOperationOptions) (ListDirectoryRolesCompleteResult, error) + func (c DirectoryRoleClient) ListDirectoryRolesCompleteMatchingPredicate(ctx context.Context, options ListDirectoryRolesOperationOptions, ...) (result ListDirectoryRolesCompleteResult, err error) + func (c DirectoryRoleClient) ListGetsByIds(ctx context.Context, input ListGetsByIdsRequest, ...) (result ListGetsByIdsOperationResponse, err error) + func (c DirectoryRoleClient) ListGetsByIdsComplete(ctx context.Context, input ListGetsByIdsRequest, ...) (ListGetsByIdsCompleteResult, error) + func (c DirectoryRoleClient) ListGetsByIdsCompleteMatchingPredicate(ctx context.Context, input ListGetsByIdsRequest, ...) (result ListGetsByIdsCompleteResult, err error) + func (c DirectoryRoleClient) Restore(ctx context.Context, id beta.DirectoryRoleId, input RestoreRequest, ...) (result RestoreOperationResponse, err error) + func (c DirectoryRoleClient) UpdateDirectoryRole(ctx context.Context, id beta.DirectoryRoleId, input beta.DirectoryRole, ...) (result UpdateDirectoryRoleOperationResponse, err error) + type DirectoryRoleOperationPredicate struct + func (p DirectoryRoleOperationPredicate) Matches(input beta.DirectoryRole) bool + type GetDirectoryRoleOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDirectoryRoleOperationOptions() GetDirectoryRoleOperationOptions + func (o GetDirectoryRoleOperationOptions) ToHeaders() *client.Headers + func (o GetDirectoryRoleOperationOptions) ToOData() *odata.Query + func (o GetDirectoryRoleOperationOptions) ToQuery() *client.QueryParams + type GetDirectoryRoleOperationResponse struct + HttpResponse *http.Response + Model *beta.DirectoryRole + OData *odata.OData + type GetMemberGroupsCompleteResult struct + Items []string + LatestHttpResponse *http.Response + type GetMemberGroupsCustomPager struct + NextLink *odata.Link + func (p *GetMemberGroupsCustomPager) NextPageLink() *odata.Link + type GetMemberGroupsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultGetMemberGroupsOperationOptions() GetMemberGroupsOperationOptions + func (o GetMemberGroupsOperationOptions) ToHeaders() *client.Headers + func (o GetMemberGroupsOperationOptions) ToOData() *odata.Query + func (o GetMemberGroupsOperationOptions) ToQuery() *client.QueryParams + type GetMemberGroupsOperationResponse struct + HttpResponse *http.Response + Model *[]string + OData *odata.OData + type GetMemberGroupsRequest struct + SecurityEnabledOnly nullable.Type[bool] + type GetMemberObjectsCompleteResult struct + Items []string + LatestHttpResponse *http.Response + type GetMemberObjectsCustomPager struct + NextLink *odata.Link + func (p *GetMemberObjectsCustomPager) NextPageLink() *odata.Link + type GetMemberObjectsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultGetMemberObjectsOperationOptions() GetMemberObjectsOperationOptions + func (o GetMemberObjectsOperationOptions) ToHeaders() *client.Headers + func (o GetMemberObjectsOperationOptions) ToOData() *odata.Query + func (o GetMemberObjectsOperationOptions) ToQuery() *client.QueryParams + type GetMemberObjectsOperationResponse struct + HttpResponse *http.Response + Model *[]string + OData *odata.OData + type GetMemberObjectsRequest struct + SecurityEnabledOnly nullable.Type[bool] + type GetsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetsCountOperationOptions() GetsCountOperationOptions + func (o GetsCountOperationOptions) ToHeaders() *client.Headers + func (o GetsCountOperationOptions) ToOData() *odata.Query + func (o GetsCountOperationOptions) ToQuery() *client.QueryParams + type GetsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDirectoryRolesCompleteResult struct + Items []beta.DirectoryRole + LatestHttpResponse *http.Response + type ListDirectoryRolesCustomPager struct + NextLink *odata.Link + func (p *ListDirectoryRolesCustomPager) NextPageLink() *odata.Link + type ListDirectoryRolesOperationOptions 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 DefaultListDirectoryRolesOperationOptions() ListDirectoryRolesOperationOptions + func (o ListDirectoryRolesOperationOptions) ToHeaders() *client.Headers + func (o ListDirectoryRolesOperationOptions) ToOData() *odata.Query + func (o ListDirectoryRolesOperationOptions) ToQuery() *client.QueryParams + type ListDirectoryRolesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DirectoryRole + OData *odata.OData + type ListGetsByIdsCompleteResult struct + Items []beta.DirectoryObject + LatestHttpResponse *http.Response + type ListGetsByIdsCustomPager struct + NextLink *odata.Link + func (p *ListGetsByIdsCustomPager) NextPageLink() *odata.Link + type ListGetsByIdsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Skip *int64 + Top *int64 + func DefaultListGetsByIdsOperationOptions() ListGetsByIdsOperationOptions + func (o ListGetsByIdsOperationOptions) ToHeaders() *client.Headers + func (o ListGetsByIdsOperationOptions) ToOData() *odata.Query + func (o ListGetsByIdsOperationOptions) ToQuery() *client.QueryParams + type ListGetsByIdsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DirectoryObject + OData *odata.OData + type ListGetsByIdsRequest struct + Ids *[]string + Types *[]string + type RestoreOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultRestoreOperationOptions() RestoreOperationOptions + func (o RestoreOperationOptions) ToHeaders() *client.Headers + func (o RestoreOperationOptions) ToOData() *odata.Query + func (o RestoreOperationOptions) ToQuery() *client.QueryParams + type RestoreOperationResponse struct + HttpResponse *http.Response + Model beta.DirectoryObject + OData *odata.OData + type RestoreRequest struct + AutoReconcileProxyConflict nullable.Type[bool] + type UpdateDirectoryRoleOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDirectoryRoleOperationOptions() UpdateDirectoryRoleOperationOptions + func (o UpdateDirectoryRoleOperationOptions) ToHeaders() *client.Headers + func (o UpdateDirectoryRoleOperationOptions) ToOData() *odata.Query + func (o UpdateDirectoryRoleOperationOptions) ToQuery() *client.QueryParams + type UpdateDirectoryRoleOperationResponse struct + HttpResponse *http.Response + OData *odata.OData