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 CreateDirectoryRoleAssignmentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDirectoryRoleAssignmentOperationOptions() CreateDirectoryRoleAssignmentOperationOptions + func (o CreateDirectoryRoleAssignmentOperationOptions) ToHeaders() *client.Headers + func (o CreateDirectoryRoleAssignmentOperationOptions) ToOData() *odata.Query + func (o CreateDirectoryRoleAssignmentOperationOptions) ToQuery() *client.QueryParams + type CreateDirectoryRoleAssignmentOperationResponse struct + HttpResponse *http.Response + Model *beta.UnifiedRoleAssignment + OData *odata.OData + type DeleteDirectoryRoleAssignmentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDirectoryRoleAssignmentOperationOptions() DeleteDirectoryRoleAssignmentOperationOptions + func (o DeleteDirectoryRoleAssignmentOperationOptions) ToHeaders() *client.Headers + func (o DeleteDirectoryRoleAssignmentOperationOptions) ToOData() *odata.Query + func (o DeleteDirectoryRoleAssignmentOperationOptions) ToQuery() *client.QueryParams + type DeleteDirectoryRoleAssignmentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DirectoryRoleAssignmentClient struct + Client *msgraph.Client + func NewDirectoryRoleAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*DirectoryRoleAssignmentClient, error) + func (c DirectoryRoleAssignmentClient) CreateDirectoryRoleAssignment(ctx context.Context, input beta.UnifiedRoleAssignment, ...) (result CreateDirectoryRoleAssignmentOperationResponse, err error) + func (c DirectoryRoleAssignmentClient) DeleteDirectoryRoleAssignment(ctx context.Context, id beta.RoleManagementDirectoryRoleAssignmentId, ...) (result DeleteDirectoryRoleAssignmentOperationResponse, err error) + func (c DirectoryRoleAssignmentClient) GetDirectoryRoleAssignment(ctx context.Context, id beta.RoleManagementDirectoryRoleAssignmentId, ...) (result GetDirectoryRoleAssignmentOperationResponse, err error) + func (c DirectoryRoleAssignmentClient) GetDirectoryRoleAssignmentsCount(ctx context.Context, options GetDirectoryRoleAssignmentsCountOperationOptions) (result GetDirectoryRoleAssignmentsCountOperationResponse, err error) + func (c DirectoryRoleAssignmentClient) ListDirectoryRoleAssignments(ctx context.Context, options ListDirectoryRoleAssignmentsOperationOptions) (result ListDirectoryRoleAssignmentsOperationResponse, err error) + func (c DirectoryRoleAssignmentClient) ListDirectoryRoleAssignmentsComplete(ctx context.Context, options ListDirectoryRoleAssignmentsOperationOptions) (ListDirectoryRoleAssignmentsCompleteResult, error) + func (c DirectoryRoleAssignmentClient) ListDirectoryRoleAssignmentsCompleteMatchingPredicate(ctx context.Context, options ListDirectoryRoleAssignmentsOperationOptions, ...) (result ListDirectoryRoleAssignmentsCompleteResult, err error) + func (c DirectoryRoleAssignmentClient) UpdateDirectoryRoleAssignment(ctx context.Context, id beta.RoleManagementDirectoryRoleAssignmentId, ...) (result UpdateDirectoryRoleAssignmentOperationResponse, err error) + type GetDirectoryRoleAssignmentOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDirectoryRoleAssignmentOperationOptions() GetDirectoryRoleAssignmentOperationOptions + func (o GetDirectoryRoleAssignmentOperationOptions) ToHeaders() *client.Headers + func (o GetDirectoryRoleAssignmentOperationOptions) ToOData() *odata.Query + func (o GetDirectoryRoleAssignmentOperationOptions) ToQuery() *client.QueryParams + type GetDirectoryRoleAssignmentOperationResponse struct + HttpResponse *http.Response + Model *beta.UnifiedRoleAssignment + OData *odata.OData + type GetDirectoryRoleAssignmentsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDirectoryRoleAssignmentsCountOperationOptions() GetDirectoryRoleAssignmentsCountOperationOptions + func (o GetDirectoryRoleAssignmentsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDirectoryRoleAssignmentsCountOperationOptions) ToOData() *odata.Query + func (o GetDirectoryRoleAssignmentsCountOperationOptions) ToQuery() *client.QueryParams + type GetDirectoryRoleAssignmentsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDirectoryRoleAssignmentsCompleteResult struct + Items []beta.UnifiedRoleAssignment + LatestHttpResponse *http.Response + type ListDirectoryRoleAssignmentsCustomPager struct + NextLink *odata.Link + func (p *ListDirectoryRoleAssignmentsCustomPager) NextPageLink() *odata.Link + type ListDirectoryRoleAssignmentsOperationOptions 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 DefaultListDirectoryRoleAssignmentsOperationOptions() ListDirectoryRoleAssignmentsOperationOptions + func (o ListDirectoryRoleAssignmentsOperationOptions) ToHeaders() *client.Headers + func (o ListDirectoryRoleAssignmentsOperationOptions) ToOData() *odata.Query + func (o ListDirectoryRoleAssignmentsOperationOptions) ToQuery() *client.QueryParams + type ListDirectoryRoleAssignmentsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.UnifiedRoleAssignment + OData *odata.OData + type UnifiedRoleAssignmentOperationPredicate struct + func (p UnifiedRoleAssignmentOperationPredicate) Matches(input beta.UnifiedRoleAssignment) bool + type UpdateDirectoryRoleAssignmentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDirectoryRoleAssignmentOperationOptions() UpdateDirectoryRoleAssignmentOperationOptions + func (o UpdateDirectoryRoleAssignmentOperationOptions) ToHeaders() *client.Headers + func (o UpdateDirectoryRoleAssignmentOperationOptions) ToOData() *odata.Query + func (o UpdateDirectoryRoleAssignmentOperationOptions) ToQuery() *client.QueryParams + type UpdateDirectoryRoleAssignmentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData