customsecurityattributedefinitionallowedvalue

package
v0.20241212.1154051 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 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 AllowedValueOperationPredicate

type AllowedValueOperationPredicate struct {
}

func (AllowedValueOperationPredicate) Matches

type CreateCustomSecurityAttributeDefinitionAllowedValueOperationOptions

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

func (CreateCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToHeaders

func (CreateCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToOData

func (CreateCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToQuery

type CreateCustomSecurityAttributeDefinitionAllowedValueOperationResponse

type CreateCustomSecurityAttributeDefinitionAllowedValueOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AllowedValue
}

type CustomSecurityAttributeDefinitionAllowedValueClient

type CustomSecurityAttributeDefinitionAllowedValueClient struct {
	Client *msgraph.Client
}

func NewCustomSecurityAttributeDefinitionAllowedValueClientWithBaseURI

func NewCustomSecurityAttributeDefinitionAllowedValueClientWithBaseURI(sdkApi sdkEnv.Api) (*CustomSecurityAttributeDefinitionAllowedValueClient, error)

func (CustomSecurityAttributeDefinitionAllowedValueClient) CreateCustomSecurityAttributeDefinitionAllowedValue

CreateCustomSecurityAttributeDefinitionAllowedValue - Create allowedValue. Create a new allowedValue object.

func (CustomSecurityAttributeDefinitionAllowedValueClient) DeleteCustomSecurityAttributeDefinitionAllowedValue

DeleteCustomSecurityAttributeDefinitionAllowedValue - Delete navigation property allowedValues for directory

func (CustomSecurityAttributeDefinitionAllowedValueClient) GetCustomSecurityAttributeDefinitionAllowedValue

GetCustomSecurityAttributeDefinitionAllowedValue - Get allowedValue. Read the properties and relationships of an allowedValue object.

func (CustomSecurityAttributeDefinitionAllowedValueClient) GetCustomSecurityAttributeDefinitionAllowedValuesCount

GetCustomSecurityAttributeDefinitionAllowedValuesCount - Get the number of the resource

func (CustomSecurityAttributeDefinitionAllowedValueClient) ListCustomSecurityAttributeDefinitionAllowedValues

ListCustomSecurityAttributeDefinitionAllowedValues - List allowedValues. Get a list of the allowedValue objects and their properties.

func (CustomSecurityAttributeDefinitionAllowedValueClient) ListCustomSecurityAttributeDefinitionAllowedValuesComplete

ListCustomSecurityAttributeDefinitionAllowedValuesComplete retrieves all the results into a single object

func (CustomSecurityAttributeDefinitionAllowedValueClient) ListCustomSecurityAttributeDefinitionAllowedValuesCompleteMatchingPredicate

ListCustomSecurityAttributeDefinitionAllowedValuesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (CustomSecurityAttributeDefinitionAllowedValueClient) UpdateCustomSecurityAttributeDefinitionAllowedValue

UpdateCustomSecurityAttributeDefinitionAllowedValue - Update allowedValue. Update the properties of an allowedValue object.

type DeleteCustomSecurityAttributeDefinitionAllowedValueOperationOptions

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

func (DeleteCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToHeaders

func (DeleteCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToOData

func (DeleteCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToQuery

type DeleteCustomSecurityAttributeDefinitionAllowedValueOperationResponse

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

type GetCustomSecurityAttributeDefinitionAllowedValueOperationOptions

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

func (GetCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToHeaders

func (GetCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToOData

func (GetCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToQuery

type GetCustomSecurityAttributeDefinitionAllowedValueOperationResponse

type GetCustomSecurityAttributeDefinitionAllowedValueOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AllowedValue
}

type GetCustomSecurityAttributeDefinitionAllowedValuesCountOperationOptions

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

func (GetCustomSecurityAttributeDefinitionAllowedValuesCountOperationOptions) ToHeaders

func (GetCustomSecurityAttributeDefinitionAllowedValuesCountOperationOptions) ToOData

func (GetCustomSecurityAttributeDefinitionAllowedValuesCountOperationOptions) ToQuery

type GetCustomSecurityAttributeDefinitionAllowedValuesCountOperationResponse

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

type ListCustomSecurityAttributeDefinitionAllowedValuesCompleteResult

type ListCustomSecurityAttributeDefinitionAllowedValuesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.AllowedValue
}

type ListCustomSecurityAttributeDefinitionAllowedValuesCustomPager

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

type ListCustomSecurityAttributeDefinitionAllowedValuesOperationOptions

type ListCustomSecurityAttributeDefinitionAllowedValuesOperationOptions 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 (ListCustomSecurityAttributeDefinitionAllowedValuesOperationOptions) ToHeaders

func (ListCustomSecurityAttributeDefinitionAllowedValuesOperationOptions) ToOData

func (ListCustomSecurityAttributeDefinitionAllowedValuesOperationOptions) ToQuery

type ListCustomSecurityAttributeDefinitionAllowedValuesOperationResponse

type ListCustomSecurityAttributeDefinitionAllowedValuesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.AllowedValue
}

type UpdateCustomSecurityAttributeDefinitionAllowedValueOperationOptions

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

func (UpdateCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToHeaders

func (UpdateCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToOData

func (UpdateCustomSecurityAttributeDefinitionAllowedValueOperationOptions) ToQuery

type UpdateCustomSecurityAttributeDefinitionAllowedValueOperationResponse

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