Documentation ¶
Index ¶
- type DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions
- func (o DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToHeaders() *client.Headers
- func (o DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToOData() *odata.Query
- func (o DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToQuery() *client.QueryParams
- type DeleteEntitlementManagementRoleAssignmentAppScopeOperationResponse
- type EntitlementManagementRoleAssignmentAppScopeClient
- func (c EntitlementManagementRoleAssignmentAppScopeClient) DeleteEntitlementManagementRoleAssignmentAppScope(ctx context.Context, ...) (result DeleteEntitlementManagementRoleAssignmentAppScopeOperationResponse, ...)
- func (c EntitlementManagementRoleAssignmentAppScopeClient) GetEntitlementManagementRoleAssignmentAppScope(ctx context.Context, ...) (result GetEntitlementManagementRoleAssignmentAppScopeOperationResponse, ...)
- func (c EntitlementManagementRoleAssignmentAppScopeClient) UpdateEntitlementManagementRoleAssignmentAppScope(ctx context.Context, ...) (result UpdateEntitlementManagementRoleAssignmentAppScopeOperationResponse, ...)
- type GetEntitlementManagementRoleAssignmentAppScopeOperationOptions
- type GetEntitlementManagementRoleAssignmentAppScopeOperationResponse
- type UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions
- func (o UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToHeaders() *client.Headers
- func (o UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToOData() *odata.Query
- func (o UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToQuery() *client.QueryParams
- type UpdateEntitlementManagementRoleAssignmentAppScopeOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions ¶
type DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions ¶
func DefaultDeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions() DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions
func (DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToHeaders ¶
func (o DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToHeaders() *client.Headers
func (DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToOData ¶
func (o DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToOData() *odata.Query
func (DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToQuery ¶
func (o DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToQuery() *client.QueryParams
type EntitlementManagementRoleAssignmentAppScopeClient ¶
func NewEntitlementManagementRoleAssignmentAppScopeClientWithBaseURI ¶
func NewEntitlementManagementRoleAssignmentAppScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*EntitlementManagementRoleAssignmentAppScopeClient, error)
func (EntitlementManagementRoleAssignmentAppScopeClient) DeleteEntitlementManagementRoleAssignmentAppScope ¶
func (c EntitlementManagementRoleAssignmentAppScopeClient) DeleteEntitlementManagementRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementEntitlementManagementRoleAssignmentId, options DeleteEntitlementManagementRoleAssignmentAppScopeOperationOptions) (result DeleteEntitlementManagementRoleAssignmentAppScopeOperationResponse, err error)
DeleteEntitlementManagementRoleAssignmentAppScope - Delete navigation property appScope for roleManagement
func (EntitlementManagementRoleAssignmentAppScopeClient) GetEntitlementManagementRoleAssignmentAppScope ¶
func (c EntitlementManagementRoleAssignmentAppScopeClient) GetEntitlementManagementRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementEntitlementManagementRoleAssignmentId, options GetEntitlementManagementRoleAssignmentAppScopeOperationOptions) (result GetEntitlementManagementRoleAssignmentAppScopeOperationResponse, err error)
GetEntitlementManagementRoleAssignmentAppScope - Get appScope from roleManagement. Read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand for the entitlement provider only.
func (EntitlementManagementRoleAssignmentAppScopeClient) UpdateEntitlementManagementRoleAssignmentAppScope ¶
func (c EntitlementManagementRoleAssignmentAppScopeClient) UpdateEntitlementManagementRoleAssignmentAppScope(ctx context.Context, id beta.RoleManagementEntitlementManagementRoleAssignmentId, input beta.AppScope, options UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) (result UpdateEntitlementManagementRoleAssignmentAppScopeOperationResponse, err error)
UpdateEntitlementManagementRoleAssignmentAppScope - Update the navigation property appScope in roleManagement
type GetEntitlementManagementRoleAssignmentAppScopeOperationOptions ¶
type GetEntitlementManagementRoleAssignmentAppScopeOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetEntitlementManagementRoleAssignmentAppScopeOperationOptions ¶
func DefaultGetEntitlementManagementRoleAssignmentAppScopeOperationOptions() GetEntitlementManagementRoleAssignmentAppScopeOperationOptions
func (GetEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToHeaders ¶
func (o GetEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToHeaders() *client.Headers
func (GetEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToOData ¶
func (o GetEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToOData() *odata.Query
func (GetEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToQuery ¶
func (o GetEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToQuery() *client.QueryParams
type UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions ¶
type UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions ¶
func DefaultUpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions() UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions
func (UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToHeaders ¶
func (o UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToHeaders() *client.Headers
func (UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToOData ¶
func (o UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToOData() *odata.Query
func (UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToQuery ¶
func (o UpdateEntitlementManagementRoleAssignmentAppScopeOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.