rolemanagementalertalertconfiguration

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: MPL-2.0 Imports: 9 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateRoleManagementAlertConfigurationOperationOptions

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

func DefaultCreateRoleManagementAlertConfigurationOperationOptions

func DefaultCreateRoleManagementAlertConfigurationOperationOptions() CreateRoleManagementAlertConfigurationOperationOptions

func (CreateRoleManagementAlertConfigurationOperationOptions) ToHeaders

func (CreateRoleManagementAlertConfigurationOperationOptions) ToOData

func (CreateRoleManagementAlertConfigurationOperationOptions) ToQuery

type CreateRoleManagementAlertConfigurationOperationResponse

type CreateRoleManagementAlertConfigurationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.UnifiedRoleManagementAlertConfiguration
}

type DeleteRoleManagementAlertConfigurationOperationOptions

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

func DefaultDeleteRoleManagementAlertConfigurationOperationOptions

func DefaultDeleteRoleManagementAlertConfigurationOperationOptions() DeleteRoleManagementAlertConfigurationOperationOptions

func (DeleteRoleManagementAlertConfigurationOperationOptions) ToHeaders

func (DeleteRoleManagementAlertConfigurationOperationOptions) ToOData

func (DeleteRoleManagementAlertConfigurationOperationOptions) ToQuery

type DeleteRoleManagementAlertConfigurationOperationResponse

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

type GetRoleManagementAlertConfigurationOperationOptions

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

func DefaultGetRoleManagementAlertConfigurationOperationOptions

func DefaultGetRoleManagementAlertConfigurationOperationOptions() GetRoleManagementAlertConfigurationOperationOptions

func (GetRoleManagementAlertConfigurationOperationOptions) ToHeaders

func (GetRoleManagementAlertConfigurationOperationOptions) ToOData

func (GetRoleManagementAlertConfigurationOperationOptions) ToQuery

type GetRoleManagementAlertConfigurationOperationResponse

type GetRoleManagementAlertConfigurationOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.UnifiedRoleManagementAlertConfiguration
}

type GetRoleManagementAlertConfigurationsCountOperationOptions

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

func (GetRoleManagementAlertConfigurationsCountOperationOptions) ToHeaders

func (GetRoleManagementAlertConfigurationsCountOperationOptions) ToOData

func (GetRoleManagementAlertConfigurationsCountOperationOptions) ToQuery

type GetRoleManagementAlertConfigurationsCountOperationResponse

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

type ListRoleManagementAlertConfigurationsCompleteResult

type ListRoleManagementAlertConfigurationsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UnifiedRoleManagementAlertConfiguration
}

type ListRoleManagementAlertConfigurationsCustomPager

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

type ListRoleManagementAlertConfigurationsOperationOptions

type ListRoleManagementAlertConfigurationsOperationOptions 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 DefaultListRoleManagementAlertConfigurationsOperationOptions

func DefaultListRoleManagementAlertConfigurationsOperationOptions() ListRoleManagementAlertConfigurationsOperationOptions

func (ListRoleManagementAlertConfigurationsOperationOptions) ToHeaders

func (ListRoleManagementAlertConfigurationsOperationOptions) ToOData

func (ListRoleManagementAlertConfigurationsOperationOptions) ToQuery

type ListRoleManagementAlertConfigurationsOperationResponse

type ListRoleManagementAlertConfigurationsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UnifiedRoleManagementAlertConfiguration
}

type RoleManagementAlertAlertConfigurationClient

type RoleManagementAlertAlertConfigurationClient struct {
	Client *msgraph.Client
}

func NewRoleManagementAlertAlertConfigurationClientWithBaseURI

func NewRoleManagementAlertAlertConfigurationClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleManagementAlertAlertConfigurationClient, error)

func (RoleManagementAlertAlertConfigurationClient) CreateRoleManagementAlertConfiguration

CreateRoleManagementAlertConfiguration - Create new navigation property to alertConfigurations for identityGovernance

func (RoleManagementAlertAlertConfigurationClient) DeleteRoleManagementAlertConfiguration

DeleteRoleManagementAlertConfiguration - Delete navigation property alertConfigurations for identityGovernance

func (RoleManagementAlertAlertConfigurationClient) GetRoleManagementAlertConfiguration

GetRoleManagementAlertConfiguration - Get alertConfigurations from identityGovernance. The various configurations of an alert for Microsoft Entra roles. The configurations are predefined and can't be created or deleted, but some of the configurations can be modified.

func (RoleManagementAlertAlertConfigurationClient) GetRoleManagementAlertConfigurationsCount

GetRoleManagementAlertConfigurationsCount - Get the number of the resource

func (RoleManagementAlertAlertConfigurationClient) ListRoleManagementAlertConfigurations

ListRoleManagementAlertConfigurations - List alertConfigurations. Get a list of the alert configurations. The alert configurations are a collection of following types that are derived from the unifiedRoleManagementAlertConfiguration object

func (RoleManagementAlertAlertConfigurationClient) ListRoleManagementAlertConfigurationsComplete

ListRoleManagementAlertConfigurationsComplete retrieves all the results into a single object

func (RoleManagementAlertAlertConfigurationClient) ListRoleManagementAlertConfigurationsCompleteMatchingPredicate

ListRoleManagementAlertConfigurationsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (RoleManagementAlertAlertConfigurationClient) UpdateRoleManagementAlertConfiguration

UpdateRoleManagementAlertConfiguration - Update the navigation property alertConfigurations in identityGovernance

type UnifiedRoleManagementAlertConfigurationOperationPredicate

type UnifiedRoleManagementAlertConfigurationOperationPredicate struct {
}

func (UnifiedRoleManagementAlertConfigurationOperationPredicate) Matches

type UpdateRoleManagementAlertConfigurationOperationOptions

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

func DefaultUpdateRoleManagementAlertConfigurationOperationOptions

func DefaultUpdateRoleManagementAlertConfigurationOperationOptions() UpdateRoleManagementAlertConfigurationOperationOptions

func (UpdateRoleManagementAlertConfigurationOperationOptions) ToHeaders

func (UpdateRoleManagementAlertConfigurationOperationOptions) ToOData

func (UpdateRoleManagementAlertConfigurationOperationOptions) ToQuery

type UpdateRoleManagementAlertConfigurationOperationResponse

type UpdateRoleManagementAlertConfigurationOperationResponse 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