Documentation ¶
Index ¶
- type DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions
- func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToHeaders() *client.Headers
- func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToOData() *odata.Query
- func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToQuery() *client.QueryParams
- type DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationResponse
- type EntitlementManagementAccessPackageResourceRoleScopeRoleClient
- func (c EntitlementManagementAccessPackageResourceRoleScopeRoleClient) DeleteEntitlementManagementAccessPackageResourceRoleScopeRole(ctx context.Context, ...) (...)
- func (c EntitlementManagementAccessPackageResourceRoleScopeRoleClient) GetEntitlementManagementAccessPackageResourceRoleScopeRole(ctx context.Context, ...) (...)
- func (c EntitlementManagementAccessPackageResourceRoleScopeRoleClient) UpdateEntitlementManagementAccessPackageResourceRoleScopeRole(ctx context.Context, ...) (...)
- type GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions
- func (o GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToHeaders() *client.Headers
- func (o GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToOData() *odata.Query
- func (o GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToQuery() *client.QueryParams
- type GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationResponse
- type UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions
- func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToHeaders() *client.Headers
- func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToOData() *odata.Query
- func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToQuery() *client.QueryParams
- type UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions ¶
type DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions ¶
func DefaultDeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions() DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions
func (DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToHeaders ¶
func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToHeaders() *client.Headers
func (DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToOData ¶
func (o DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToOData() *odata.Query
type EntitlementManagementAccessPackageResourceRoleScopeRoleClient ¶
type EntitlementManagementAccessPackageResourceRoleScopeRoleClient struct {
Client *msgraph.Client
}
func NewEntitlementManagementAccessPackageResourceRoleScopeRoleClientWithBaseURI ¶
func NewEntitlementManagementAccessPackageResourceRoleScopeRoleClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementAccessPackageResourceRoleScopeRoleClient, error)
func (EntitlementManagementAccessPackageResourceRoleScopeRoleClient) DeleteEntitlementManagementAccessPackageResourceRoleScopeRole ¶
func (c EntitlementManagementAccessPackageResourceRoleScopeRoleClient) DeleteEntitlementManagementAccessPackageResourceRoleScopeRole(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementAccessPackageIdResourceRoleScopeId, options DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) (result DeleteEntitlementManagementAccessPackageResourceRoleScopeRoleOperationResponse, err error)
DeleteEntitlementManagementAccessPackageResourceRoleScopeRole - Delete navigation property role for identityGovernance
func (EntitlementManagementAccessPackageResourceRoleScopeRoleClient) GetEntitlementManagementAccessPackageResourceRoleScopeRole ¶
func (c EntitlementManagementAccessPackageResourceRoleScopeRoleClient) GetEntitlementManagementAccessPackageResourceRoleScopeRole(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementAccessPackageIdResourceRoleScopeId, options GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) (result GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationResponse, err error)
GetEntitlementManagementAccessPackageResourceRoleScopeRole - Get role from identityGovernance
func (EntitlementManagementAccessPackageResourceRoleScopeRoleClient) UpdateEntitlementManagementAccessPackageResourceRoleScopeRole ¶
func (c EntitlementManagementAccessPackageResourceRoleScopeRoleClient) UpdateEntitlementManagementAccessPackageResourceRoleScopeRole(ctx context.Context, id stable.IdentityGovernanceEntitlementManagementAccessPackageIdResourceRoleScopeId, input stable.AccessPackageResourceRole, options UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) (result UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationResponse, err error)
UpdateEntitlementManagementAccessPackageResourceRoleScopeRole - Update the navigation property role in identityGovernance
type GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions ¶
type GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions ¶
func DefaultGetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions() GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions
func (GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToHeaders ¶
func (o GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToHeaders() *client.Headers
func (GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToOData ¶
func (o GetEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToOData() *odata.Query
type UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions ¶
type UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions ¶
func DefaultUpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions() UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions
func (UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToHeaders ¶
func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToHeaders() *client.Headers
func (UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToOData ¶
func (o UpdateEntitlementManagementAccessPackageResourceRoleScopeRoleOperationOptions) ToOData() *odata.Query
Click to show internal directories.
Click to hide internal directories.