Documentation ¶
Index ¶
- type DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions
- func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToHeaders() *client.Headers
- func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToOData() *odata.Query
- func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToQuery() *client.QueryParams
- type DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationResponse
- type EntitlementManagementAccessPackageResourceRoleScopeScopeClient
- func (c EntitlementManagementAccessPackageResourceRoleScopeScopeClient) DeleteEntitlementManagementAccessPackageResourceRoleScopeScope(ctx context.Context, ...) (...)
- func (c EntitlementManagementAccessPackageResourceRoleScopeScopeClient) GetEntitlementManagementAccessPackageResourceRoleScopeScope(ctx context.Context, ...) (...)
- func (c EntitlementManagementAccessPackageResourceRoleScopeScopeClient) UpdateEntitlementManagementAccessPackageResourceRoleScopeScope(ctx context.Context, ...) (...)
- type GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions
- func (o GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToHeaders() *client.Headers
- func (o GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToOData() *odata.Query
- func (o GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToQuery() *client.QueryParams
- type GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationResponse
- type UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions
- func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToHeaders() *client.Headers
- func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToOData() *odata.Query
- func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToQuery() *client.QueryParams
- type UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions ¶
type DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions ¶
func DefaultDeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions() DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions
func (DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToHeaders ¶
func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToHeaders() *client.Headers
func (DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToOData ¶
func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToOData() *odata.Query
type EntitlementManagementAccessPackageResourceRoleScopeScopeClient ¶
type EntitlementManagementAccessPackageResourceRoleScopeScopeClient struct {
Client *msgraph.Client
}
func NewEntitlementManagementAccessPackageResourceRoleScopeScopeClientWithBaseURI ¶
func NewEntitlementManagementAccessPackageResourceRoleScopeScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementAccessPackageResourceRoleScopeScopeClient, error)
func (EntitlementManagementAccessPackageResourceRoleScopeScopeClient) DeleteEntitlementManagementAccessPackageResourceRoleScopeScope ¶
func (c EntitlementManagementAccessPackageResourceRoleScopeScopeClient) DeleteEntitlementManagementAccessPackageResourceRoleScopeScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementAccessPackageIdResourceRoleScopeId, options DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) (result DeleteEntitlementManagementAccessPackageResourceRoleScopeScopeOperationResponse, err error)
DeleteEntitlementManagementAccessPackageResourceRoleScopeScope - Delete navigation property scope for identityGovernance
func (EntitlementManagementAccessPackageResourceRoleScopeScopeClient) GetEntitlementManagementAccessPackageResourceRoleScopeScope ¶
func (c EntitlementManagementAccessPackageResourceRoleScopeScopeClient) GetEntitlementManagementAccessPackageResourceRoleScopeScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementAccessPackageIdResourceRoleScopeId, options GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) (result GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationResponse, err error)
GetEntitlementManagementAccessPackageResourceRoleScopeScope - Get scope from identityGovernance
func (EntitlementManagementAccessPackageResourceRoleScopeScopeClient) UpdateEntitlementManagementAccessPackageResourceRoleScopeScope ¶
func (c EntitlementManagementAccessPackageResourceRoleScopeScopeClient) UpdateEntitlementManagementAccessPackageResourceRoleScopeScope(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementAccessPackageIdResourceRoleScopeId, input stable.AccessPackageResourceScope, options UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) (result UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationResponse, err error)
UpdateEntitlementManagementAccessPackageResourceRoleScopeScope - Update the navigation property scope in identityGovernance
type GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions ¶
type GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions ¶
func DefaultGetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions() GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions
func (GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToHeaders ¶
func (o GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToHeaders() *client.Headers
func (GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToOData ¶
func (o GetEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToOData() *odata.Query
type UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions ¶
type UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions ¶
func DefaultUpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions() UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions
func (UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToHeaders ¶
func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToHeaders() *client.Headers
func (UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToOData ¶
func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeScopeOperationOptions) ToOData() *odata.Query
Click to show internal directories.
Click to hide internal directories.