Documentation ¶
Index ¶
- type CreateRoleManagementAlertOperationOperationOptions
- type CreateRoleManagementAlertOperationOperationResponse
- type DeleteRoleManagementAlertOperationOperationOptions
- type DeleteRoleManagementAlertOperationOperationResponse
- type GetRoleManagementAlertOperationOperationOptions
- type GetRoleManagementAlertOperationOperationResponse
- type GetRoleManagementAlertOperationsCountOperationOptions
- type GetRoleManagementAlertOperationsCountOperationResponse
- type ListRoleManagementAlertOperationsCompleteResult
- type ListRoleManagementAlertOperationsCustomPager
- type ListRoleManagementAlertOperationsOperationOptions
- type ListRoleManagementAlertOperationsOperationResponse
- type LongRunningOperationOperationPredicate
- type RoleManagementAlertOperationClient
- func (c RoleManagementAlertOperationClient) CreateRoleManagementAlertOperation(ctx context.Context, input beta.LongRunningOperation, ...) (result CreateRoleManagementAlertOperationOperationResponse, err error)
- func (c RoleManagementAlertOperationClient) DeleteRoleManagementAlertOperation(ctx context.Context, id beta.IdentityGovernanceRoleManagementAlertOperationId, ...) (result DeleteRoleManagementAlertOperationOperationResponse, err error)
- func (c RoleManagementAlertOperationClient) GetRoleManagementAlertOperation(ctx context.Context, id beta.IdentityGovernanceRoleManagementAlertOperationId, ...) (result GetRoleManagementAlertOperationOperationResponse, err error)
- func (c RoleManagementAlertOperationClient) GetRoleManagementAlertOperationsCount(ctx context.Context, ...) (result GetRoleManagementAlertOperationsCountOperationResponse, err error)
- func (c RoleManagementAlertOperationClient) ListRoleManagementAlertOperations(ctx context.Context, options ListRoleManagementAlertOperationsOperationOptions) (result ListRoleManagementAlertOperationsOperationResponse, err error)
- func (c RoleManagementAlertOperationClient) ListRoleManagementAlertOperationsComplete(ctx context.Context, options ListRoleManagementAlertOperationsOperationOptions) (ListRoleManagementAlertOperationsCompleteResult, error)
- func (c RoleManagementAlertOperationClient) ListRoleManagementAlertOperationsCompleteMatchingPredicate(ctx context.Context, options ListRoleManagementAlertOperationsOperationOptions, ...) (result ListRoleManagementAlertOperationsCompleteResult, err error)
- func (c RoleManagementAlertOperationClient) UpdateRoleManagementAlertOperation(ctx context.Context, id beta.IdentityGovernanceRoleManagementAlertOperationId, ...) (result UpdateRoleManagementAlertOperationOperationResponse, err error)
- type UpdateRoleManagementAlertOperationOperationOptions
- type UpdateRoleManagementAlertOperationOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRoleManagementAlertOperationOperationOptions ¶
type CreateRoleManagementAlertOperationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateRoleManagementAlertOperationOperationOptions ¶
func DefaultCreateRoleManagementAlertOperationOperationOptions() CreateRoleManagementAlertOperationOperationOptions
func (CreateRoleManagementAlertOperationOperationOptions) ToHeaders ¶
func (o CreateRoleManagementAlertOperationOperationOptions) ToHeaders() *client.Headers
func (CreateRoleManagementAlertOperationOperationOptions) ToOData ¶
func (o CreateRoleManagementAlertOperationOperationOptions) ToOData() *odata.Query
func (CreateRoleManagementAlertOperationOperationOptions) ToQuery ¶
func (o CreateRoleManagementAlertOperationOperationOptions) ToQuery() *client.QueryParams
type DeleteRoleManagementAlertOperationOperationOptions ¶
type DeleteRoleManagementAlertOperationOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteRoleManagementAlertOperationOperationOptions ¶
func DefaultDeleteRoleManagementAlertOperationOperationOptions() DeleteRoleManagementAlertOperationOperationOptions
func (DeleteRoleManagementAlertOperationOperationOptions) ToHeaders ¶
func (o DeleteRoleManagementAlertOperationOperationOptions) ToHeaders() *client.Headers
func (DeleteRoleManagementAlertOperationOperationOptions) ToOData ¶
func (o DeleteRoleManagementAlertOperationOperationOptions) ToOData() *odata.Query
func (DeleteRoleManagementAlertOperationOperationOptions) ToQuery ¶
func (o DeleteRoleManagementAlertOperationOperationOptions) ToQuery() *client.QueryParams
type GetRoleManagementAlertOperationOperationOptions ¶
type GetRoleManagementAlertOperationOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetRoleManagementAlertOperationOperationOptions ¶
func DefaultGetRoleManagementAlertOperationOperationOptions() GetRoleManagementAlertOperationOperationOptions
func (GetRoleManagementAlertOperationOperationOptions) ToHeaders ¶
func (o GetRoleManagementAlertOperationOperationOptions) ToHeaders() *client.Headers
func (GetRoleManagementAlertOperationOperationOptions) ToOData ¶
func (o GetRoleManagementAlertOperationOperationOptions) ToOData() *odata.Query
func (GetRoleManagementAlertOperationOperationOptions) ToQuery ¶
func (o GetRoleManagementAlertOperationOperationOptions) ToQuery() *client.QueryParams
type GetRoleManagementAlertOperationsCountOperationOptions ¶
type GetRoleManagementAlertOperationsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetRoleManagementAlertOperationsCountOperationOptions ¶
func DefaultGetRoleManagementAlertOperationsCountOperationOptions() GetRoleManagementAlertOperationsCountOperationOptions
func (GetRoleManagementAlertOperationsCountOperationOptions) ToHeaders ¶
func (o GetRoleManagementAlertOperationsCountOperationOptions) ToHeaders() *client.Headers
func (GetRoleManagementAlertOperationsCountOperationOptions) ToOData ¶
func (o GetRoleManagementAlertOperationsCountOperationOptions) ToOData() *odata.Query
func (GetRoleManagementAlertOperationsCountOperationOptions) ToQuery ¶
func (o GetRoleManagementAlertOperationsCountOperationOptions) ToQuery() *client.QueryParams
type ListRoleManagementAlertOperationsCompleteResult ¶
type ListRoleManagementAlertOperationsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.LongRunningOperation }
type ListRoleManagementAlertOperationsCustomPager ¶
type ListRoleManagementAlertOperationsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListRoleManagementAlertOperationsCustomPager) NextPageLink ¶
func (p *ListRoleManagementAlertOperationsCustomPager) NextPageLink() *odata.Link
type ListRoleManagementAlertOperationsOperationOptions ¶
type ListRoleManagementAlertOperationsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListRoleManagementAlertOperationsOperationOptions ¶
func DefaultListRoleManagementAlertOperationsOperationOptions() ListRoleManagementAlertOperationsOperationOptions
func (ListRoleManagementAlertOperationsOperationOptions) ToHeaders ¶
func (o ListRoleManagementAlertOperationsOperationOptions) ToHeaders() *client.Headers
func (ListRoleManagementAlertOperationsOperationOptions) ToOData ¶
func (o ListRoleManagementAlertOperationsOperationOptions) ToOData() *odata.Query
func (ListRoleManagementAlertOperationsOperationOptions) ToQuery ¶
func (o ListRoleManagementAlertOperationsOperationOptions) ToQuery() *client.QueryParams
type LongRunningOperationOperationPredicate ¶
type LongRunningOperationOperationPredicate struct { }
func (LongRunningOperationOperationPredicate) Matches ¶
func (p LongRunningOperationOperationPredicate) Matches(input beta.LongRunningOperation) bool
type RoleManagementAlertOperationClient ¶
func NewRoleManagementAlertOperationClientWithBaseURI ¶
func NewRoleManagementAlertOperationClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleManagementAlertOperationClient, error)
func (RoleManagementAlertOperationClient) CreateRoleManagementAlertOperation ¶
func (c RoleManagementAlertOperationClient) CreateRoleManagementAlertOperation(ctx context.Context, input beta.LongRunningOperation, options CreateRoleManagementAlertOperationOperationOptions) (result CreateRoleManagementAlertOperationOperationResponse, err error)
CreateRoleManagementAlertOperation - Create new navigation property to operations for identityGovernance
func (RoleManagementAlertOperationClient) DeleteRoleManagementAlertOperation ¶
func (c RoleManagementAlertOperationClient) DeleteRoleManagementAlertOperation(ctx context.Context, id beta.IdentityGovernanceRoleManagementAlertOperationId, options DeleteRoleManagementAlertOperationOperationOptions) (result DeleteRoleManagementAlertOperationOperationResponse, err error)
DeleteRoleManagementAlertOperation - Delete navigation property operations for identityGovernance
func (RoleManagementAlertOperationClient) GetRoleManagementAlertOperation ¶
func (c RoleManagementAlertOperationClient) GetRoleManagementAlertOperation(ctx context.Context, id beta.IdentityGovernanceRoleManagementAlertOperationId, options GetRoleManagementAlertOperationOperationOptions) (result GetRoleManagementAlertOperationOperationResponse, err error)
GetRoleManagementAlertOperation - Get operations from identityGovernance. Represents operations on resources that take a long time to complete and can run in the background until completion.
func (RoleManagementAlertOperationClient) GetRoleManagementAlertOperationsCount ¶
func (c RoleManagementAlertOperationClient) GetRoleManagementAlertOperationsCount(ctx context.Context, options GetRoleManagementAlertOperationsCountOperationOptions) (result GetRoleManagementAlertOperationsCountOperationResponse, err error)
GetRoleManagementAlertOperationsCount - Get the number of the resource
func (RoleManagementAlertOperationClient) ListRoleManagementAlertOperations ¶
func (c RoleManagementAlertOperationClient) ListRoleManagementAlertOperations(ctx context.Context, options ListRoleManagementAlertOperationsOperationOptions) (result ListRoleManagementAlertOperationsOperationResponse, err error)
ListRoleManagementAlertOperations - Get operations from identityGovernance. Represents operations on resources that take a long time to complete and can run in the background until completion.
func (RoleManagementAlertOperationClient) ListRoleManagementAlertOperationsComplete ¶
func (c RoleManagementAlertOperationClient) ListRoleManagementAlertOperationsComplete(ctx context.Context, options ListRoleManagementAlertOperationsOperationOptions) (ListRoleManagementAlertOperationsCompleteResult, error)
ListRoleManagementAlertOperationsComplete retrieves all the results into a single object
func (RoleManagementAlertOperationClient) ListRoleManagementAlertOperationsCompleteMatchingPredicate ¶
func (c RoleManagementAlertOperationClient) ListRoleManagementAlertOperationsCompleteMatchingPredicate(ctx context.Context, options ListRoleManagementAlertOperationsOperationOptions, predicate LongRunningOperationOperationPredicate) (result ListRoleManagementAlertOperationsCompleteResult, err error)
ListRoleManagementAlertOperationsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (RoleManagementAlertOperationClient) UpdateRoleManagementAlertOperation ¶
func (c RoleManagementAlertOperationClient) UpdateRoleManagementAlertOperation(ctx context.Context, id beta.IdentityGovernanceRoleManagementAlertOperationId, input beta.LongRunningOperation, options UpdateRoleManagementAlertOperationOperationOptions) (result UpdateRoleManagementAlertOperationOperationResponse, err error)
UpdateRoleManagementAlertOperation - Update the navigation property operations in identityGovernance
type UpdateRoleManagementAlertOperationOperationOptions ¶
type UpdateRoleManagementAlertOperationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateRoleManagementAlertOperationOperationOptions ¶
func DefaultUpdateRoleManagementAlertOperationOperationOptions() UpdateRoleManagementAlertOperationOperationOptions
func (UpdateRoleManagementAlertOperationOperationOptions) ToHeaders ¶
func (o UpdateRoleManagementAlertOperationOperationOptions) ToHeaders() *client.Headers
func (UpdateRoleManagementAlertOperationOperationOptions) ToOData ¶
func (o UpdateRoleManagementAlertOperationOperationOptions) ToOData() *odata.Query
func (UpdateRoleManagementAlertOperationOperationOptions) ToQuery ¶
func (o UpdateRoleManagementAlertOperationOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createrolemanagementalertoperation.go
- method_deleterolemanagementalertoperation.go
- method_getrolemanagementalertoperation.go
- method_getrolemanagementalertoperationscount.go
- method_listrolemanagementalertoperations.go
- method_updaterolemanagementalertoperation.go
- predicates.go
- version.go