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 CreateRoleManagementPolicyRuleOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateRoleManagementPolicyRuleOperationOptions() CreateRoleManagementPolicyRuleOperationOptions + func (o CreateRoleManagementPolicyRuleOperationOptions) ToHeaders() *client.Headers + func (o CreateRoleManagementPolicyRuleOperationOptions) ToOData() *odata.Query + func (o CreateRoleManagementPolicyRuleOperationOptions) ToQuery() *client.QueryParams + type CreateRoleManagementPolicyRuleOperationResponse struct + HttpResponse *http.Response + Model beta.UnifiedRoleManagementPolicyRule + OData *odata.OData + type DeleteRoleManagementPolicyRuleOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteRoleManagementPolicyRuleOperationOptions() DeleteRoleManagementPolicyRuleOperationOptions + func (o DeleteRoleManagementPolicyRuleOperationOptions) ToHeaders() *client.Headers + func (o DeleteRoleManagementPolicyRuleOperationOptions) ToOData() *odata.Query + func (o DeleteRoleManagementPolicyRuleOperationOptions) ToQuery() *client.QueryParams + type DeleteRoleManagementPolicyRuleOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetRoleManagementPolicyRuleOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetRoleManagementPolicyRuleOperationOptions() GetRoleManagementPolicyRuleOperationOptions + func (o GetRoleManagementPolicyRuleOperationOptions) ToHeaders() *client.Headers + func (o GetRoleManagementPolicyRuleOperationOptions) ToOData() *odata.Query + func (o GetRoleManagementPolicyRuleOperationOptions) ToQuery() *client.QueryParams + type GetRoleManagementPolicyRuleOperationResponse struct + HttpResponse *http.Response + Model beta.UnifiedRoleManagementPolicyRule + OData *odata.OData + type GetRoleManagementPolicyRulesCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetRoleManagementPolicyRulesCountOperationOptions() GetRoleManagementPolicyRulesCountOperationOptions + func (o GetRoleManagementPolicyRulesCountOperationOptions) ToHeaders() *client.Headers + func (o GetRoleManagementPolicyRulesCountOperationOptions) ToOData() *odata.Query + func (o GetRoleManagementPolicyRulesCountOperationOptions) ToQuery() *client.QueryParams + type GetRoleManagementPolicyRulesCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListRoleManagementPolicyRulesCompleteResult struct + Items []beta.UnifiedRoleManagementPolicyRule + LatestHttpResponse *http.Response + type ListRoleManagementPolicyRulesCustomPager struct + NextLink *odata.Link + func (p *ListRoleManagementPolicyRulesCustomPager) NextPageLink() *odata.Link + type ListRoleManagementPolicyRulesOperationOptions 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 DefaultListRoleManagementPolicyRulesOperationOptions() ListRoleManagementPolicyRulesOperationOptions + func (o ListRoleManagementPolicyRulesOperationOptions) ToHeaders() *client.Headers + func (o ListRoleManagementPolicyRulesOperationOptions) ToOData() *odata.Query + func (o ListRoleManagementPolicyRulesOperationOptions) ToQuery() *client.QueryParams + type ListRoleManagementPolicyRulesOperationResponse struct + HttpResponse *http.Response + Model *[]beta.UnifiedRoleManagementPolicyRule + OData *odata.OData + type RoleManagementPolicyRuleClient struct + Client *msgraph.Client + func NewRoleManagementPolicyRuleClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleManagementPolicyRuleClient, error) + func (c RoleManagementPolicyRuleClient) CreateRoleManagementPolicyRule(ctx context.Context, id beta.PolicyRoleManagementPolicyId, ...) (result CreateRoleManagementPolicyRuleOperationResponse, err error) + func (c RoleManagementPolicyRuleClient) DeleteRoleManagementPolicyRule(ctx context.Context, id beta.PolicyRoleManagementPolicyIdRuleId, ...) (result DeleteRoleManagementPolicyRuleOperationResponse, err error) + func (c RoleManagementPolicyRuleClient) GetRoleManagementPolicyRule(ctx context.Context, id beta.PolicyRoleManagementPolicyIdRuleId, ...) (result GetRoleManagementPolicyRuleOperationResponse, err error) + func (c RoleManagementPolicyRuleClient) GetRoleManagementPolicyRulesCount(ctx context.Context, id beta.PolicyRoleManagementPolicyId, ...) (result GetRoleManagementPolicyRulesCountOperationResponse, err error) + func (c RoleManagementPolicyRuleClient) ListRoleManagementPolicyRules(ctx context.Context, id beta.PolicyRoleManagementPolicyId, ...) (result ListRoleManagementPolicyRulesOperationResponse, err error) + func (c RoleManagementPolicyRuleClient) ListRoleManagementPolicyRulesComplete(ctx context.Context, id beta.PolicyRoleManagementPolicyId, ...) (ListRoleManagementPolicyRulesCompleteResult, error) + func (c RoleManagementPolicyRuleClient) ListRoleManagementPolicyRulesCompleteMatchingPredicate(ctx context.Context, id beta.PolicyRoleManagementPolicyId, ...) (result ListRoleManagementPolicyRulesCompleteResult, err error) + func (c RoleManagementPolicyRuleClient) UpdateRoleManagementPolicyRule(ctx context.Context, id beta.PolicyRoleManagementPolicyIdRuleId, ...) (result UpdateRoleManagementPolicyRuleOperationResponse, err error) + type UnifiedRoleManagementPolicyRuleOperationPredicate struct + func (p UnifiedRoleManagementPolicyRuleOperationPredicate) Matches(input beta.UnifiedRoleManagementPolicyRule) bool + type UpdateRoleManagementPolicyRuleOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateRoleManagementPolicyRuleOperationOptions() UpdateRoleManagementPolicyRuleOperationOptions + func (o UpdateRoleManagementPolicyRuleOperationOptions) ToHeaders() *client.Headers + func (o UpdateRoleManagementPolicyRuleOperationOptions) ToOData() *odata.Query + func (o UpdateRoleManagementPolicyRuleOperationOptions) ToQuery() *client.QueryParams + type UpdateRoleManagementPolicyRuleOperationResponse struct + HttpResponse *http.Response + OData *odata.OData