customsecurityattributeaudit

package
v0.20241126.2320 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateCustomSecurityAttributeAuditOperationOptions

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

func DefaultCreateCustomSecurityAttributeAuditOperationOptions

func DefaultCreateCustomSecurityAttributeAuditOperationOptions() CreateCustomSecurityAttributeAuditOperationOptions

func (CreateCustomSecurityAttributeAuditOperationOptions) ToHeaders

func (CreateCustomSecurityAttributeAuditOperationOptions) ToOData

func (CreateCustomSecurityAttributeAuditOperationOptions) ToQuery

type CreateCustomSecurityAttributeAuditOperationResponse

type CreateCustomSecurityAttributeAuditOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CustomSecurityAttributeAudit
}

type CustomSecurityAttributeAuditClient

type CustomSecurityAttributeAuditClient struct {
	Client *msgraph.Client
}

func NewCustomSecurityAttributeAuditClientWithBaseURI

func NewCustomSecurityAttributeAuditClientWithBaseURI(sdkApi sdkEnv.Api) (*CustomSecurityAttributeAuditClient, error)

func (CustomSecurityAttributeAuditClient) CreateCustomSecurityAttributeAudit

CreateCustomSecurityAttributeAudit - Create new navigation property to customSecurityAttributeAudits for auditLogs

func (CustomSecurityAttributeAuditClient) DeleteCustomSecurityAttributeAudit

DeleteCustomSecurityAttributeAudit - Delete navigation property customSecurityAttributeAudits for auditLogs

func (CustomSecurityAttributeAuditClient) GetCustomSecurityAttributeAudit

GetCustomSecurityAttributeAudit - Get customSecurityAttributeAudits from auditLogs. Represents a custom security attribute audit log.

func (CustomSecurityAttributeAuditClient) GetCustomSecurityAttributeAuditsCount

GetCustomSecurityAttributeAuditsCount - Get the number of the resource

func (CustomSecurityAttributeAuditClient) ListCustomSecurityAttributeAudits

ListCustomSecurityAttributeAudits - List customSecurityAttributeAudits. Get the list of audit logs generated by activities related to custom security attribute management in Microsoft Entra ID.

func (CustomSecurityAttributeAuditClient) ListCustomSecurityAttributeAuditsComplete

ListCustomSecurityAttributeAuditsComplete retrieves all the results into a single object

func (CustomSecurityAttributeAuditClient) ListCustomSecurityAttributeAuditsCompleteMatchingPredicate

ListCustomSecurityAttributeAuditsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (CustomSecurityAttributeAuditClient) UpdateCustomSecurityAttributeAudit

UpdateCustomSecurityAttributeAudit - Update the navigation property customSecurityAttributeAudits in auditLogs

type CustomSecurityAttributeAuditOperationPredicate

type CustomSecurityAttributeAuditOperationPredicate struct {
}

func (CustomSecurityAttributeAuditOperationPredicate) Matches

type DeleteCustomSecurityAttributeAuditOperationOptions

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

func DefaultDeleteCustomSecurityAttributeAuditOperationOptions

func DefaultDeleteCustomSecurityAttributeAuditOperationOptions() DeleteCustomSecurityAttributeAuditOperationOptions

func (DeleteCustomSecurityAttributeAuditOperationOptions) ToHeaders

func (DeleteCustomSecurityAttributeAuditOperationOptions) ToOData

func (DeleteCustomSecurityAttributeAuditOperationOptions) ToQuery

type DeleteCustomSecurityAttributeAuditOperationResponse

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

type GetCustomSecurityAttributeAuditOperationOptions

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

func DefaultGetCustomSecurityAttributeAuditOperationOptions

func DefaultGetCustomSecurityAttributeAuditOperationOptions() GetCustomSecurityAttributeAuditOperationOptions

func (GetCustomSecurityAttributeAuditOperationOptions) ToHeaders

func (GetCustomSecurityAttributeAuditOperationOptions) ToOData

func (GetCustomSecurityAttributeAuditOperationOptions) ToQuery

type GetCustomSecurityAttributeAuditOperationResponse

type GetCustomSecurityAttributeAuditOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.CustomSecurityAttributeAudit
}

type GetCustomSecurityAttributeAuditsCountOperationOptions

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

func DefaultGetCustomSecurityAttributeAuditsCountOperationOptions

func DefaultGetCustomSecurityAttributeAuditsCountOperationOptions() GetCustomSecurityAttributeAuditsCountOperationOptions

func (GetCustomSecurityAttributeAuditsCountOperationOptions) ToHeaders

func (GetCustomSecurityAttributeAuditsCountOperationOptions) ToOData

func (GetCustomSecurityAttributeAuditsCountOperationOptions) ToQuery

type GetCustomSecurityAttributeAuditsCountOperationResponse

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

type ListCustomSecurityAttributeAuditsCompleteResult

type ListCustomSecurityAttributeAuditsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.CustomSecurityAttributeAudit
}

type ListCustomSecurityAttributeAuditsCustomPager

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

type ListCustomSecurityAttributeAuditsOperationOptions

type ListCustomSecurityAttributeAuditsOperationOptions 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 DefaultListCustomSecurityAttributeAuditsOperationOptions

func DefaultListCustomSecurityAttributeAuditsOperationOptions() ListCustomSecurityAttributeAuditsOperationOptions

func (ListCustomSecurityAttributeAuditsOperationOptions) ToHeaders

func (ListCustomSecurityAttributeAuditsOperationOptions) ToOData

func (ListCustomSecurityAttributeAuditsOperationOptions) ToQuery

type ListCustomSecurityAttributeAuditsOperationResponse

type ListCustomSecurityAttributeAuditsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.CustomSecurityAttributeAudit
}

type UpdateCustomSecurityAttributeAuditOperationOptions

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

func DefaultUpdateCustomSecurityAttributeAuditOperationOptions

func DefaultUpdateCustomSecurityAttributeAuditOperationOptions() UpdateCustomSecurityAttributeAuditOperationOptions

func (UpdateCustomSecurityAttributeAuditOperationOptions) ToHeaders

func (UpdateCustomSecurityAttributeAuditOperationOptions) ToOData

func (UpdateCustomSecurityAttributeAuditOperationOptions) ToQuery

type UpdateCustomSecurityAttributeAuditOperationResponse

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