Documentation ¶
Index ¶
- type GetRoleManagementOperationOptions
- type GetRoleManagementOperationResponse
- type RoleManagementClient
- func (c RoleManagementClient) GetRoleManagement(ctx context.Context, options GetRoleManagementOperationOptions) (result GetRoleManagementOperationResponse, err error)
- func (c RoleManagementClient) UpdateRoleManagement(ctx context.Context, input stable.RoleManagement, ...) (result UpdateRoleManagementOperationResponse, err error)
- type UpdateRoleManagementOperationOptions
- type UpdateRoleManagementOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetRoleManagementOperationOptions ¶
type GetRoleManagementOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetRoleManagementOperationOptions ¶
func DefaultGetRoleManagementOperationOptions() GetRoleManagementOperationOptions
func (GetRoleManagementOperationOptions) ToHeaders ¶
func (o GetRoleManagementOperationOptions) ToHeaders() *client.Headers
func (GetRoleManagementOperationOptions) ToOData ¶
func (o GetRoleManagementOperationOptions) ToOData() *odata.Query
func (GetRoleManagementOperationOptions) ToQuery ¶
func (o GetRoleManagementOperationOptions) ToQuery() *client.QueryParams
type RoleManagementClient ¶
func NewRoleManagementClientWithBaseURI ¶
func NewRoleManagementClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleManagementClient, error)
func (RoleManagementClient) GetRoleManagement ¶
func (c RoleManagementClient) GetRoleManagement(ctx context.Context, options GetRoleManagementOperationOptions) (result GetRoleManagementOperationResponse, err error)
GetRoleManagement - Get roleManagement
func (RoleManagementClient) UpdateRoleManagement ¶
func (c RoleManagementClient) UpdateRoleManagement(ctx context.Context, input stable.RoleManagement, options UpdateRoleManagementOperationOptions) (result UpdateRoleManagementOperationResponse, err error)
UpdateRoleManagement - Update roleManagement
type UpdateRoleManagementOperationOptions ¶
type UpdateRoleManagementOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateRoleManagementOperationOptions ¶
func DefaultUpdateRoleManagementOperationOptions() UpdateRoleManagementOperationOptions
func (UpdateRoleManagementOperationOptions) ToHeaders ¶
func (o UpdateRoleManagementOperationOptions) ToHeaders() *client.Headers
func (UpdateRoleManagementOperationOptions) ToOData ¶
func (o UpdateRoleManagementOperationOptions) ToOData() *odata.Query
func (UpdateRoleManagementOperationOptions) ToQuery ¶
func (o UpdateRoleManagementOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.