Documentation ¶
Index ¶
- type DeleteRoleManagementAlertOperationOptions
- type DeleteRoleManagementAlertOperationResponse
- type GetRoleManagementAlertOperationOptions
- type GetRoleManagementAlertOperationResponse
- type RoleManagementAlertClient
- func (c RoleManagementAlertClient) DeleteRoleManagementAlert(ctx context.Context, options DeleteRoleManagementAlertOperationOptions) (result DeleteRoleManagementAlertOperationResponse, err error)
- func (c RoleManagementAlertClient) GetRoleManagementAlert(ctx context.Context, options GetRoleManagementAlertOperationOptions) (result GetRoleManagementAlertOperationResponse, err error)
- func (c RoleManagementAlertClient) UpdateRoleManagementAlert(ctx context.Context, input beta.RoleManagementAlert, ...) (result UpdateRoleManagementAlertOperationResponse, err error)
- type UpdateRoleManagementAlertOperationOptions
- type UpdateRoleManagementAlertOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteRoleManagementAlertOperationOptions ¶
type DeleteRoleManagementAlertOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteRoleManagementAlertOperationOptions ¶
func DefaultDeleteRoleManagementAlertOperationOptions() DeleteRoleManagementAlertOperationOptions
func (DeleteRoleManagementAlertOperationOptions) ToHeaders ¶
func (o DeleteRoleManagementAlertOperationOptions) ToHeaders() *client.Headers
func (DeleteRoleManagementAlertOperationOptions) ToOData ¶
func (o DeleteRoleManagementAlertOperationOptions) ToOData() *odata.Query
func (DeleteRoleManagementAlertOperationOptions) ToQuery ¶
func (o DeleteRoleManagementAlertOperationOptions) ToQuery() *client.QueryParams
type GetRoleManagementAlertOperationOptions ¶
type GetRoleManagementAlertOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetRoleManagementAlertOperationOptions ¶
func DefaultGetRoleManagementAlertOperationOptions() GetRoleManagementAlertOperationOptions
func (GetRoleManagementAlertOperationOptions) ToHeaders ¶
func (o GetRoleManagementAlertOperationOptions) ToHeaders() *client.Headers
func (GetRoleManagementAlertOperationOptions) ToOData ¶
func (o GetRoleManagementAlertOperationOptions) ToOData() *odata.Query
func (GetRoleManagementAlertOperationOptions) ToQuery ¶
func (o GetRoleManagementAlertOperationOptions) ToQuery() *client.QueryParams
type RoleManagementAlertClient ¶
func NewRoleManagementAlertClientWithBaseURI ¶
func NewRoleManagementAlertClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleManagementAlertClient, error)
func (RoleManagementAlertClient) DeleteRoleManagementAlert ¶
func (c RoleManagementAlertClient) DeleteRoleManagementAlert(ctx context.Context, options DeleteRoleManagementAlertOperationOptions) (result DeleteRoleManagementAlertOperationResponse, err error)
DeleteRoleManagementAlert - Delete navigation property roleManagementAlerts for identityGovernance
func (RoleManagementAlertClient) GetRoleManagementAlert ¶
func (c RoleManagementAlertClient) GetRoleManagementAlert(ctx context.Context, options GetRoleManagementAlertOperationOptions) (result GetRoleManagementAlertOperationResponse, err error)
GetRoleManagementAlert - Get roleManagementAlerts from identityGovernance
func (RoleManagementAlertClient) UpdateRoleManagementAlert ¶
func (c RoleManagementAlertClient) UpdateRoleManagementAlert(ctx context.Context, input beta.RoleManagementAlert, options UpdateRoleManagementAlertOperationOptions) (result UpdateRoleManagementAlertOperationResponse, err error)
UpdateRoleManagementAlert - Update the navigation property roleManagementAlerts in identityGovernance
type UpdateRoleManagementAlertOperationOptions ¶
type UpdateRoleManagementAlertOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateRoleManagementAlertOperationOptions ¶
func DefaultUpdateRoleManagementAlertOperationOptions() UpdateRoleManagementAlertOperationOptions
func (UpdateRoleManagementAlertOperationOptions) ToHeaders ¶
func (o UpdateRoleManagementAlertOperationOptions) ToHeaders() *client.Headers
func (UpdateRoleManagementAlertOperationOptions) ToOData ¶
func (o UpdateRoleManagementAlertOperationOptions) ToOData() *odata.Query
func (UpdateRoleManagementAlertOperationOptions) ToQuery ¶
func (o UpdateRoleManagementAlertOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.