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 CreateRoleManagementPolicyOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateRoleManagementPolicyOperationOptions() CreateRoleManagementPolicyOperationOptions + func (o CreateRoleManagementPolicyOperationOptions) ToHeaders() *client.Headers + func (o CreateRoleManagementPolicyOperationOptions) ToOData() *odata.Query + func (o CreateRoleManagementPolicyOperationOptions) ToQuery() *client.QueryParams + type CreateRoleManagementPolicyOperationResponse struct + HttpResponse *http.Response + Model *stable.UnifiedRoleManagementPolicy + OData *odata.OData + type DeleteRoleManagementPolicyOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteRoleManagementPolicyOperationOptions() DeleteRoleManagementPolicyOperationOptions + func (o DeleteRoleManagementPolicyOperationOptions) ToHeaders() *client.Headers + func (o DeleteRoleManagementPolicyOperationOptions) ToOData() *odata.Query + func (o DeleteRoleManagementPolicyOperationOptions) ToQuery() *client.QueryParams + type DeleteRoleManagementPolicyOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetRoleManagementPoliciesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetRoleManagementPoliciesCountOperationOptions() GetRoleManagementPoliciesCountOperationOptions + func (o GetRoleManagementPoliciesCountOperationOptions) ToHeaders() *client.Headers + func (o GetRoleManagementPoliciesCountOperationOptions) ToOData() *odata.Query + func (o GetRoleManagementPoliciesCountOperationOptions) ToQuery() *client.QueryParams + type GetRoleManagementPoliciesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetRoleManagementPolicyOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetRoleManagementPolicyOperationOptions() GetRoleManagementPolicyOperationOptions + func (o GetRoleManagementPolicyOperationOptions) ToHeaders() *client.Headers + func (o GetRoleManagementPolicyOperationOptions) ToOData() *odata.Query + func (o GetRoleManagementPolicyOperationOptions) ToQuery() *client.QueryParams + type GetRoleManagementPolicyOperationResponse struct + HttpResponse *http.Response + Model *stable.UnifiedRoleManagementPolicy + OData *odata.OData + type ListRoleManagementPoliciesCompleteResult struct + Items []stable.UnifiedRoleManagementPolicy + LatestHttpResponse *http.Response + type ListRoleManagementPoliciesCustomPager struct + NextLink *odata.Link + func (p *ListRoleManagementPoliciesCustomPager) NextPageLink() *odata.Link + type ListRoleManagementPoliciesOperationOptions 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 DefaultListRoleManagementPoliciesOperationOptions() ListRoleManagementPoliciesOperationOptions + func (o ListRoleManagementPoliciesOperationOptions) ToHeaders() *client.Headers + func (o ListRoleManagementPoliciesOperationOptions) ToOData() *odata.Query + func (o ListRoleManagementPoliciesOperationOptions) ToQuery() *client.QueryParams + type ListRoleManagementPoliciesOperationResponse struct + HttpResponse *http.Response + Model *[]stable.UnifiedRoleManagementPolicy + OData *odata.OData + type RoleManagementPolicyClient struct + Client *msgraph.Client + func NewRoleManagementPolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleManagementPolicyClient, error) + func (c RoleManagementPolicyClient) CreateRoleManagementPolicy(ctx context.Context, input stable.UnifiedRoleManagementPolicy, ...) (result CreateRoleManagementPolicyOperationResponse, err error) + func (c RoleManagementPolicyClient) DeleteRoleManagementPolicy(ctx context.Context, id stable.PolicyRoleManagementPolicyId, ...) (result DeleteRoleManagementPolicyOperationResponse, err error) + func (c RoleManagementPolicyClient) GetRoleManagementPoliciesCount(ctx context.Context, options GetRoleManagementPoliciesCountOperationOptions) (result GetRoleManagementPoliciesCountOperationResponse, err error) + func (c RoleManagementPolicyClient) GetRoleManagementPolicy(ctx context.Context, id stable.PolicyRoleManagementPolicyId, ...) (result GetRoleManagementPolicyOperationResponse, err error) + func (c RoleManagementPolicyClient) ListRoleManagementPolicies(ctx context.Context, options ListRoleManagementPoliciesOperationOptions) (result ListRoleManagementPoliciesOperationResponse, err error) + func (c RoleManagementPolicyClient) ListRoleManagementPoliciesComplete(ctx context.Context, options ListRoleManagementPoliciesOperationOptions) (ListRoleManagementPoliciesCompleteResult, error) + func (c RoleManagementPolicyClient) ListRoleManagementPoliciesCompleteMatchingPredicate(ctx context.Context, options ListRoleManagementPoliciesOperationOptions, ...) (result ListRoleManagementPoliciesCompleteResult, err error) + func (c RoleManagementPolicyClient) UpdateRoleManagementPolicy(ctx context.Context, id stable.PolicyRoleManagementPolicyId, ...) (result UpdateRoleManagementPolicyOperationResponse, err error) + type UnifiedRoleManagementPolicyOperationPredicate struct + func (p UnifiedRoleManagementPolicyOperationPredicate) Matches(input stable.UnifiedRoleManagementPolicy) bool + type UpdateRoleManagementPolicyOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateRoleManagementPolicyOperationOptions() UpdateRoleManagementPolicyOperationOptions + func (o UpdateRoleManagementPolicyOperationOptions) ToHeaders() *client.Headers + func (o UpdateRoleManagementPolicyOperationOptions) ToOData() *odata.Query + func (o UpdateRoleManagementPolicyOperationOptions) ToQuery() *client.QueryParams + type UpdateRoleManagementPolicyOperationResponse struct + HttpResponse *http.Response + OData *odata.OData