rolemanagementalertalert

package
v0.20241118.1115603 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 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 CreateRoleManagementAlertAlertOperationOptions

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

func DefaultCreateRoleManagementAlertAlertOperationOptions

func DefaultCreateRoleManagementAlertAlertOperationOptions() CreateRoleManagementAlertAlertOperationOptions

func (CreateRoleManagementAlertAlertOperationOptions) ToHeaders

func (CreateRoleManagementAlertAlertOperationOptions) ToOData

func (CreateRoleManagementAlertAlertOperationOptions) ToQuery

type CreateRoleManagementAlertAlertOperationResponse

type CreateRoleManagementAlertAlertOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleManagementAlert
}

type CreateRoleManagementAlertRefreshOperationOptions

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

func DefaultCreateRoleManagementAlertRefreshOperationOptions

func DefaultCreateRoleManagementAlertRefreshOperationOptions() CreateRoleManagementAlertRefreshOperationOptions

func (CreateRoleManagementAlertRefreshOperationOptions) ToHeaders

func (CreateRoleManagementAlertRefreshOperationOptions) ToOData

func (CreateRoleManagementAlertRefreshOperationOptions) ToQuery

type CreateRoleManagementAlertRefreshOperationResponse

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

type DeleteRoleManagementAlertAlertOperationOptions

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

func DefaultDeleteRoleManagementAlertAlertOperationOptions

func DefaultDeleteRoleManagementAlertAlertOperationOptions() DeleteRoleManagementAlertAlertOperationOptions

func (DeleteRoleManagementAlertAlertOperationOptions) ToHeaders

func (DeleteRoleManagementAlertAlertOperationOptions) ToOData

func (DeleteRoleManagementAlertAlertOperationOptions) ToQuery

type DeleteRoleManagementAlertAlertOperationResponse

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

type GetRoleManagementAlertAlertOperationOptions

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

func DefaultGetRoleManagementAlertAlertOperationOptions

func DefaultGetRoleManagementAlertAlertOperationOptions() GetRoleManagementAlertAlertOperationOptions

func (GetRoleManagementAlertAlertOperationOptions) ToHeaders

func (GetRoleManagementAlertAlertOperationOptions) ToOData

func (GetRoleManagementAlertAlertOperationOptions) ToQuery

type GetRoleManagementAlertAlertOperationResponse

type GetRoleManagementAlertAlertOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UnifiedRoleManagementAlert
}

type GetRoleManagementAlertCountOperationOptions

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

func DefaultGetRoleManagementAlertCountOperationOptions

func DefaultGetRoleManagementAlertCountOperationOptions() GetRoleManagementAlertCountOperationOptions

func (GetRoleManagementAlertCountOperationOptions) ToHeaders

func (GetRoleManagementAlertCountOperationOptions) ToOData

func (GetRoleManagementAlertCountOperationOptions) ToQuery

type GetRoleManagementAlertCountOperationResponse

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

type ListRoleManagementAlertAlertsCompleteResult

type ListRoleManagementAlertAlertsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UnifiedRoleManagementAlert
}

type ListRoleManagementAlertAlertsCustomPager

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

type ListRoleManagementAlertAlertsOperationOptions

type ListRoleManagementAlertAlertsOperationOptions 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 DefaultListRoleManagementAlertAlertsOperationOptions

func DefaultListRoleManagementAlertAlertsOperationOptions() ListRoleManagementAlertAlertsOperationOptions

func (ListRoleManagementAlertAlertsOperationOptions) ToHeaders

func (ListRoleManagementAlertAlertsOperationOptions) ToOData

func (ListRoleManagementAlertAlertsOperationOptions) ToQuery

type ListRoleManagementAlertAlertsOperationResponse

type ListRoleManagementAlertAlertsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UnifiedRoleManagementAlert
}

type RoleManagementAlertAlertClient

type RoleManagementAlertAlertClient struct {
	Client *msgraph.Client
}

func NewRoleManagementAlertAlertClientWithBaseURI

func NewRoleManagementAlertAlertClientWithBaseURI(sdkApi sdkEnv.Api) (*RoleManagementAlertAlertClient, error)

func (RoleManagementAlertAlertClient) CreateRoleManagementAlertAlert

CreateRoleManagementAlertAlert - Create new navigation property to alerts for identityGovernance

func (RoleManagementAlertAlertClient) CreateRoleManagementAlertRefresh

CreateRoleManagementAlertRefresh - Invoke action refresh

func (RoleManagementAlertAlertClient) DeleteRoleManagementAlertAlert

DeleteRoleManagementAlertAlert - Delete navigation property alerts for identityGovernance

func (RoleManagementAlertAlertClient) GetRoleManagementAlertAlert

GetRoleManagementAlertAlert - Get alerts from identityGovernance. Represents the alert entity.

func (RoleManagementAlertAlertClient) GetRoleManagementAlertCount

GetRoleManagementAlertCount - Get the number of the resource

func (RoleManagementAlertAlertClient) ListRoleManagementAlertAlerts

ListRoleManagementAlertAlerts - List alerts. Get a list of the unifiedRoleManagementAlert objects and their properties.

func (RoleManagementAlertAlertClient) ListRoleManagementAlertAlertsComplete

ListRoleManagementAlertAlertsComplete retrieves all the results into a single object

func (RoleManagementAlertAlertClient) ListRoleManagementAlertAlertsCompleteMatchingPredicate

ListRoleManagementAlertAlertsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (RoleManagementAlertAlertClient) UpdateRoleManagementAlertAlert

UpdateRoleManagementAlertAlert - Update the navigation property alerts in identityGovernance

type UnifiedRoleManagementAlertOperationPredicate

type UnifiedRoleManagementAlertOperationPredicate struct {
}

func (UnifiedRoleManagementAlertOperationPredicate) Matches

type UpdateRoleManagementAlertAlertOperationOptions

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

func DefaultUpdateRoleManagementAlertAlertOperationOptions

func DefaultUpdateRoleManagementAlertAlertOperationOptions() UpdateRoleManagementAlertAlertOperationOptions

func (UpdateRoleManagementAlertAlertOperationOptions) ToHeaders

func (UpdateRoleManagementAlertAlertOperationOptions) ToOData

func (UpdateRoleManagementAlertAlertOperationOptions) ToQuery

type UpdateRoleManagementAlertAlertOperationResponse

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