Documentation ¶
Index ¶
- type DeleteLifecycleWorkflowOperationOptions
- type DeleteLifecycleWorkflowOperationResponse
- type GetLifecycleWorkflowOperationOptions
- type GetLifecycleWorkflowOperationResponse
- type LifecycleWorkflowClient
- func (c LifecycleWorkflowClient) DeleteLifecycleWorkflow(ctx context.Context, options DeleteLifecycleWorkflowOperationOptions) (result DeleteLifecycleWorkflowOperationResponse, err error)
- func (c LifecycleWorkflowClient) GetLifecycleWorkflow(ctx context.Context, options GetLifecycleWorkflowOperationOptions) (result GetLifecycleWorkflowOperationResponse, err error)
- func (c LifecycleWorkflowClient) UpdateLifecycleWorkflow(ctx context.Context, input beta.IdentityGovernanceLifecycleWorkflowsContainer, ...) (result UpdateLifecycleWorkflowOperationResponse, err error)
- type UpdateLifecycleWorkflowOperationOptions
- type UpdateLifecycleWorkflowOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteLifecycleWorkflowOperationOptions ¶
type DeleteLifecycleWorkflowOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteLifecycleWorkflowOperationOptions ¶
func DefaultDeleteLifecycleWorkflowOperationOptions() DeleteLifecycleWorkflowOperationOptions
func (DeleteLifecycleWorkflowOperationOptions) ToHeaders ¶
func (o DeleteLifecycleWorkflowOperationOptions) ToHeaders() *client.Headers
func (DeleteLifecycleWorkflowOperationOptions) ToOData ¶
func (o DeleteLifecycleWorkflowOperationOptions) ToOData() *odata.Query
func (DeleteLifecycleWorkflowOperationOptions) ToQuery ¶
func (o DeleteLifecycleWorkflowOperationOptions) ToQuery() *client.QueryParams
type GetLifecycleWorkflowOperationOptions ¶
type GetLifecycleWorkflowOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetLifecycleWorkflowOperationOptions ¶
func DefaultGetLifecycleWorkflowOperationOptions() GetLifecycleWorkflowOperationOptions
func (GetLifecycleWorkflowOperationOptions) ToHeaders ¶
func (o GetLifecycleWorkflowOperationOptions) ToHeaders() *client.Headers
func (GetLifecycleWorkflowOperationOptions) ToOData ¶
func (o GetLifecycleWorkflowOperationOptions) ToOData() *odata.Query
func (GetLifecycleWorkflowOperationOptions) ToQuery ¶
func (o GetLifecycleWorkflowOperationOptions) ToQuery() *client.QueryParams
type LifecycleWorkflowClient ¶
func NewLifecycleWorkflowClientWithBaseURI ¶
func NewLifecycleWorkflowClientWithBaseURI(sdkApi sdkEnv.Api) (*LifecycleWorkflowClient, error)
func (LifecycleWorkflowClient) DeleteLifecycleWorkflow ¶
func (c LifecycleWorkflowClient) DeleteLifecycleWorkflow(ctx context.Context, options DeleteLifecycleWorkflowOperationOptions) (result DeleteLifecycleWorkflowOperationResponse, err error)
DeleteLifecycleWorkflow - Delete navigation property lifecycleWorkflows for identityGovernance
func (LifecycleWorkflowClient) GetLifecycleWorkflow ¶
func (c LifecycleWorkflowClient) GetLifecycleWorkflow(ctx context.Context, options GetLifecycleWorkflowOperationOptions) (result GetLifecycleWorkflowOperationResponse, err error)
GetLifecycleWorkflow - Get lifecycleWorkflows from identityGovernance
func (LifecycleWorkflowClient) UpdateLifecycleWorkflow ¶
func (c LifecycleWorkflowClient) UpdateLifecycleWorkflow(ctx context.Context, input beta.IdentityGovernanceLifecycleWorkflowsContainer, options UpdateLifecycleWorkflowOperationOptions) (result UpdateLifecycleWorkflowOperationResponse, err error)
UpdateLifecycleWorkflow - Update the navigation property lifecycleWorkflows in identityGovernance
type UpdateLifecycleWorkflowOperationOptions ¶
type UpdateLifecycleWorkflowOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateLifecycleWorkflowOperationOptions ¶
func DefaultUpdateLifecycleWorkflowOperationOptions() UpdateLifecycleWorkflowOperationOptions
func (UpdateLifecycleWorkflowOperationOptions) ToHeaders ¶
func (o UpdateLifecycleWorkflowOperationOptions) ToHeaders() *client.Headers
func (UpdateLifecycleWorkflowOperationOptions) ToOData ¶
func (o UpdateLifecycleWorkflowOperationOptions) ToOData() *odata.Query
func (UpdateLifecycleWorkflowOperationOptions) ToQuery ¶
func (o UpdateLifecycleWorkflowOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.