Documentation ¶
Index ¶
- type DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions
- func (o DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToHeaders() *client.Headers
- func (o DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToOData() *odata.Query
- func (o DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToQuery() *client.QueryParams
- type DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationResponse
- type EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient
- func (c EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient) DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResource(ctx context.Context, ...) (...)
- func (c EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient) GetEntitlementManagementResourceRoleScopeRoleResourceScopeResource(ctx context.Context, ...) (...)
- func (c EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient) UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResource(ctx context.Context, ...) (...)
- type GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions
- func (o GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToHeaders() *client.Headers
- func (o GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToOData() *odata.Query
- func (o GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToQuery() *client.QueryParams
- type GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationResponse
- type UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions
- func (o UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToHeaders() *client.Headers
- func (o UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToOData() *odata.Query
- func (o UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToQuery() *client.QueryParams
- type UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions ¶
type DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions ¶
func DefaultDeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions() DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions
func (DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToHeaders ¶
func (DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToOData ¶
type EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient ¶
type EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient struct {
Client *msgraph.Client
}
func NewEntitlementManagementResourceRoleScopeRoleResourceScopeResourceClientWithBaseURI ¶
func NewEntitlementManagementResourceRoleScopeRoleResourceScopeResourceClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient, error)
func (EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient) DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResource ¶
func (c EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient) DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResource(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceRoleScopeIdRoleResourceScopeId, options DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) (result DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationResponse, err error)
DeleteEntitlementManagementResourceRoleScopeRoleResourceScopeResource - Delete navigation property resource for identityGovernance
func (EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient) GetEntitlementManagementResourceRoleScopeRoleResourceScopeResource ¶
func (c EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient) GetEntitlementManagementResourceRoleScopeRoleResourceScopeResource(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceRoleScopeIdRoleResourceScopeId, options GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) (result GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationResponse, err error)
GetEntitlementManagementResourceRoleScopeRoleResourceScopeResource - Get resource from identityGovernance
func (EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient) UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResource ¶
func (c EntitlementManagementResourceRoleScopeRoleResourceScopeResourceClient) UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResource(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementResourceRoleScopeIdRoleResourceScopeId, input stable.AccessPackageResource, options UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) (result UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationResponse, err error)
UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResource - Update the navigation property resource in identityGovernance
type GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions ¶
type GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions ¶
func DefaultGetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions() GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions
func (GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToHeaders ¶
func (o GetEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToHeaders() *client.Headers
type UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions ¶
type UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions ¶
func DefaultUpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions() UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions
func (UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToHeaders ¶
func (UpdateEntitlementManagementResourceRoleScopeRoleResourceScopeResourceOperationOptions) ToOData ¶
Click to show internal directories.
Click to hide internal directories.