Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudPCRoleAssignmentRoleDefinitionClient ¶
func NewCloudPCRoleAssignmentRoleDefinitionClientWithBaseURI ¶
func NewCloudPCRoleAssignmentRoleDefinitionClientWithBaseURI(sdkApi sdkEnv.Api) (*CloudPCRoleAssignmentRoleDefinitionClient, error)
func (CloudPCRoleAssignmentRoleDefinitionClient) GetCloudPCRoleAssignmentRoleDefinition ¶
func (c CloudPCRoleAssignmentRoleDefinitionClient) GetCloudPCRoleAssignmentRoleDefinition(ctx context.Context, id beta.RoleManagementCloudPCRoleAssignmentId, options GetCloudPCRoleAssignmentRoleDefinitionOperationOptions) (result GetCloudPCRoleAssignmentRoleDefinitionOperationResponse, err error)
GetCloudPCRoleAssignmentRoleDefinition - Get roleDefinition from roleManagement. Specifies the roleDefinition that the assignment is for. Provided so that callers can get the role definition using $expand at the same time as getting the role assignment. Supports $filter (eq operator on id, isBuiltIn, and displayName, and startsWith operator on displayName) and $expand.
type GetCloudPCRoleAssignmentRoleDefinitionOperationOptions ¶
type GetCloudPCRoleAssignmentRoleDefinitionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCloudPCRoleAssignmentRoleDefinitionOperationOptions ¶
func DefaultGetCloudPCRoleAssignmentRoleDefinitionOperationOptions() GetCloudPCRoleAssignmentRoleDefinitionOperationOptions
func (GetCloudPCRoleAssignmentRoleDefinitionOperationOptions) ToHeaders ¶
func (o GetCloudPCRoleAssignmentRoleDefinitionOperationOptions) ToHeaders() *client.Headers
func (GetCloudPCRoleAssignmentRoleDefinitionOperationOptions) ToOData ¶
func (o GetCloudPCRoleAssignmentRoleDefinitionOperationOptions) ToOData() *odata.Query
func (GetCloudPCRoleAssignmentRoleDefinitionOperationOptions) ToQuery ¶
func (o GetCloudPCRoleAssignmentRoleDefinitionOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.