conditionalaccessauthenticationstrengthauthenticationmethodmode

package
v0.20241126.1723 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 AuthenticationMethodModeDetailOperationPredicate

type AuthenticationMethodModeDetailOperationPredicate struct {
}

func (AuthenticationMethodModeDetailOperationPredicate) Matches

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient struct {
	Client *msgraph.Client
}

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModeClientWithBaseURI

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModeClientWithBaseURI(sdkApi sdkEnv.Api) (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient, error)

func (ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient) CreateConditionalAccessAuthenticationStrengthAuthenticationMethodMode

CreateConditionalAccessAuthenticationStrengthAuthenticationMethodMode - Create new navigation property to authenticationMethodModes for identity

func (ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient) DeleteConditionalAccessAuthenticationStrengthAuthenticationMethodMode

DeleteConditionalAccessAuthenticationStrengthAuthenticationMethodMode - Delete navigation property authenticationMethodModes for identity

func (ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient) GetConditionalAccessAuthenticationStrengthAuthenticationMethodMode

GetConditionalAccessAuthenticationStrengthAuthenticationMethodMode - Get authenticationMethodModes from identity. Names and descriptions of all valid authentication method modes in the system.

func (ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient) GetConditionalAccessAuthenticationStrengthAuthenticationMethodModesCount

GetConditionalAccessAuthenticationStrengthAuthenticationMethodModesCount - Get the number of the resource

func (ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient) ListConditionalAccessAuthenticationStrengthAuthenticationMethodModes

ListConditionalAccessAuthenticationStrengthAuthenticationMethodModes - List authenticationMethodModes. Get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties.

func (ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient) ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesComplete

ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesComplete retrieves all the results into a single object

func (ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient) ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesCompleteMatchingPredicate

ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (ConditionalAccessAuthenticationStrengthAuthenticationMethodModeClient) UpdateConditionalAccessAuthenticationStrengthAuthenticationMethodMode

UpdateConditionalAccessAuthenticationStrengthAuthenticationMethodMode - Update the navigation property authenticationMethodModes in identity

type CreateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions

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

func (CreateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToHeaders

func (CreateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToOData

func (CreateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToQuery

type CreateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationResponse

type CreateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AuthenticationMethodModeDetail
}

type DeleteConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions

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

func (DeleteConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToHeaders

func (DeleteConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToOData

func (DeleteConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToQuery

type DeleteConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationResponse

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

type GetConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions

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

func (GetConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToHeaders

func (GetConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToOData

func (GetConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToQuery

type GetConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationResponse

type GetConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.AuthenticationMethodModeDetail
}

type GetConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountOperationOptions

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

func (GetConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountOperationOptions) ToHeaders

func (GetConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountOperationOptions) ToOData

func (GetConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountOperationOptions) ToQuery

type GetConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountOperationResponse

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

type ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesCompleteResult

type ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.AuthenticationMethodModeDetail
}

type ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesCustomPager

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

type ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesOperationOptions

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

func (ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesOperationOptions) ToOData

func (ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesOperationOptions) ToQuery

type ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesOperationResponse

type ListConditionalAccessAuthenticationStrengthAuthenticationMethodModesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.AuthenticationMethodModeDetail
}

type UpdateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions

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

func (UpdateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToHeaders

func (UpdateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToOData

func (UpdateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationOptions) ToQuery

type UpdateConditionalAccessAuthenticationStrengthAuthenticationMethodModeOperationResponse

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