rolemanagementalertalertdefinition

package
v0.20241004.1180715 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 4, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateRoleManagementAlertDefinitionOperationOptions

type CreateRoleManagementAlertDefinitionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateRoleManagementAlertDefinitionOperationOptions

func DefaultCreateRoleManagementAlertDefinitionOperationOptions() CreateRoleManagementAlertDefinitionOperationOptions

func (CreateRoleManagementAlertDefinitionOperationOptions) ToHeaders

func (CreateRoleManagementAlertDefinitionOperationOptions) ToOData

func (CreateRoleManagementAlertDefinitionOperationOptions) ToQuery

type CreateRoleManagementAlertDefinitionOperationResponse

type CreateRoleManagementAlertDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleManagementAlertDefinition
}

type DeleteRoleManagementAlertDefinitionOperationOptions

type DeleteRoleManagementAlertDefinitionOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteRoleManagementAlertDefinitionOperationOptions

func DefaultDeleteRoleManagementAlertDefinitionOperationOptions() DeleteRoleManagementAlertDefinitionOperationOptions

func (DeleteRoleManagementAlertDefinitionOperationOptions) ToHeaders

func (DeleteRoleManagementAlertDefinitionOperationOptions) ToOData

func (DeleteRoleManagementAlertDefinitionOperationOptions) ToQuery

type DeleteRoleManagementAlertDefinitionOperationResponse

type DeleteRoleManagementAlertDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetRoleManagementAlertDefinitionOperationOptions

type GetRoleManagementAlertDefinitionOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetRoleManagementAlertDefinitionOperationOptions

func DefaultGetRoleManagementAlertDefinitionOperationOptions() GetRoleManagementAlertDefinitionOperationOptions

func (GetRoleManagementAlertDefinitionOperationOptions) ToHeaders

func (GetRoleManagementAlertDefinitionOperationOptions) ToOData

func (GetRoleManagementAlertDefinitionOperationOptions) ToQuery

type GetRoleManagementAlertDefinitionOperationResponse

type GetRoleManagementAlertDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleManagementAlertDefinition
}

type GetRoleManagementAlertDefinitionsCountOperationOptions

type GetRoleManagementAlertDefinitionsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetRoleManagementAlertDefinitionsCountOperationOptions

func DefaultGetRoleManagementAlertDefinitionsCountOperationOptions() GetRoleManagementAlertDefinitionsCountOperationOptions

func (GetRoleManagementAlertDefinitionsCountOperationOptions) ToHeaders

func (GetRoleManagementAlertDefinitionsCountOperationOptions) ToOData

func (GetRoleManagementAlertDefinitionsCountOperationOptions) ToQuery

type GetRoleManagementAlertDefinitionsCountOperationResponse

type GetRoleManagementAlertDefinitionsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListRoleManagementAlertDefinitionsCompleteResult

type ListRoleManagementAlertDefinitionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UnifiedRoleManagementAlertDefinition
}

type ListRoleManagementAlertDefinitionsCustomPager

type ListRoleManagementAlertDefinitionsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListRoleManagementAlertDefinitionsOperationOptions

type ListRoleManagementAlertDefinitionsOperationOptions 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 DefaultListRoleManagementAlertDefinitionsOperationOptions

func DefaultListRoleManagementAlertDefinitionsOperationOptions() ListRoleManagementAlertDefinitionsOperationOptions

func (ListRoleManagementAlertDefinitionsOperationOptions) ToHeaders

func (ListRoleManagementAlertDefinitionsOperationOptions) ToOData

func (ListRoleManagementAlertDefinitionsOperationOptions) ToQuery

type ListRoleManagementAlertDefinitionsOperationResponse

type ListRoleManagementAlertDefinitionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UnifiedRoleManagementAlertDefinition
}

type RoleManagementAlertAlertDefinitionClient

type RoleManagementAlertAlertDefinitionClient struct {
	Client *msgraph.Client
}

func NewRoleManagementAlertAlertDefinitionClientWithBaseURI

func NewRoleManagementAlertAlertDefinitionClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleManagementAlertAlertDefinitionClient, error)

func (RoleManagementAlertAlertDefinitionClient) CreateRoleManagementAlertDefinition

CreateRoleManagementAlertDefinition - Create new navigation property to alertDefinitions for identityGovernance

func (RoleManagementAlertAlertDefinitionClient) DeleteRoleManagementAlertDefinition

DeleteRoleManagementAlertDefinition - Delete navigation property alertDefinitions for identityGovernance

func (RoleManagementAlertAlertDefinitionClient) GetRoleManagementAlertDefinition

GetRoleManagementAlertDefinition - Get alertDefinitions from identityGovernance. Defines an alert, its impact, and measures to mitigate or prevent it.

func (RoleManagementAlertAlertDefinitionClient) GetRoleManagementAlertDefinitionsCount

GetRoleManagementAlertDefinitionsCount - Get the number of the resource

func (RoleManagementAlertAlertDefinitionClient) ListRoleManagementAlertDefinitions

ListRoleManagementAlertDefinitions - List alertDefinitions. Get a list of the unifiedRoleManagementAlertDefinition objects and their properties.

func (RoleManagementAlertAlertDefinitionClient) ListRoleManagementAlertDefinitionsComplete

ListRoleManagementAlertDefinitionsComplete retrieves all the results into a single object

func (RoleManagementAlertAlertDefinitionClient) ListRoleManagementAlertDefinitionsCompleteMatchingPredicate

ListRoleManagementAlertDefinitionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (RoleManagementAlertAlertDefinitionClient) UpdateRoleManagementAlertDefinition

UpdateRoleManagementAlertDefinition - Update the navigation property alertDefinitions in identityGovernance

type UnifiedRoleManagementAlertDefinitionOperationPredicate

type UnifiedRoleManagementAlertDefinitionOperationPredicate struct {
}

func (UnifiedRoleManagementAlertDefinitionOperationPredicate) Matches

type UpdateRoleManagementAlertDefinitionOperationOptions

type UpdateRoleManagementAlertDefinitionOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateRoleManagementAlertDefinitionOperationOptions

func DefaultUpdateRoleManagementAlertDefinitionOperationOptions() UpdateRoleManagementAlertDefinitionOperationOptions

func (UpdateRoleManagementAlertDefinitionOperationOptions) ToHeaders

func (UpdateRoleManagementAlertDefinitionOperationOptions) ToOData

func (UpdateRoleManagementAlertDefinitionOperationOptions) ToQuery

type UpdateRoleManagementAlertDefinitionOperationResponse

type UpdateRoleManagementAlertDefinitionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL