Documentation ¶
Index ¶
- type AuthenticationMicrosoftAuthenticatorMethodClient
- func (c AuthenticationMicrosoftAuthenticatorMethodClient) DeleteAuthenticationMicrosoftAuthenticatorMethod(ctx context.Context, id stable.MeAuthenticationMicrosoftAuthenticatorMethodId, ...) (result DeleteAuthenticationMicrosoftAuthenticatorMethodOperationResponse, ...)
- func (c AuthenticationMicrosoftAuthenticatorMethodClient) GetAuthenticationMicrosoftAuthenticatorMethod(ctx context.Context, id stable.MeAuthenticationMicrosoftAuthenticatorMethodId, ...) (result GetAuthenticationMicrosoftAuthenticatorMethodOperationResponse, ...)
- func (c AuthenticationMicrosoftAuthenticatorMethodClient) GetAuthenticationMicrosoftAuthenticatorMethodsCount(ctx context.Context, ...) (result GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationResponse, ...)
- func (c AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethods(ctx context.Context, ...) (result ListAuthenticationMicrosoftAuthenticatorMethodsOperationResponse, ...)
- func (c AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethodsComplete(ctx context.Context, ...) (ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult, error)
- func (c AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethodsCompleteMatchingPredicate(ctx context.Context, ...) (result ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult, ...)
- type DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions
- func (o DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToHeaders() *client.Headers
- func (o DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToOData() *odata.Query
- func (o DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToQuery() *client.QueryParams
- type DeleteAuthenticationMicrosoftAuthenticatorMethodOperationResponse
- type GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions
- type GetAuthenticationMicrosoftAuthenticatorMethodOperationResponse
- type GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions
- func (o GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToHeaders() *client.Headers
- func (o GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToOData() *odata.Query
- func (o GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToQuery() *client.QueryParams
- type GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationResponse
- type ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult
- type ListAuthenticationMicrosoftAuthenticatorMethodsCustomPager
- type ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions
- type ListAuthenticationMicrosoftAuthenticatorMethodsOperationResponse
- type MicrosoftAuthenticatorAuthenticationMethodOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationMicrosoftAuthenticatorMethodClient ¶
func NewAuthenticationMicrosoftAuthenticatorMethodClientWithBaseURI ¶
func NewAuthenticationMicrosoftAuthenticatorMethodClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationMicrosoftAuthenticatorMethodClient, error)
func (AuthenticationMicrosoftAuthenticatorMethodClient) DeleteAuthenticationMicrosoftAuthenticatorMethod ¶
func (c AuthenticationMicrosoftAuthenticatorMethodClient) DeleteAuthenticationMicrosoftAuthenticatorMethod(ctx context.Context, id stable.MeAuthenticationMicrosoftAuthenticatorMethodId, options DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) (result DeleteAuthenticationMicrosoftAuthenticatorMethodOperationResponse, err error)
DeleteAuthenticationMicrosoftAuthenticatorMethod - Delete navigation property microsoftAuthenticatorMethods for me
func (AuthenticationMicrosoftAuthenticatorMethodClient) GetAuthenticationMicrosoftAuthenticatorMethod ¶
func (c AuthenticationMicrosoftAuthenticatorMethodClient) GetAuthenticationMicrosoftAuthenticatorMethod(ctx context.Context, id stable.MeAuthenticationMicrosoftAuthenticatorMethodId, options GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) (result GetAuthenticationMicrosoftAuthenticatorMethodOperationResponse, err error)
GetAuthenticationMicrosoftAuthenticatorMethod - Get microsoftAuthenticatorMethods from me. The details of the Microsoft Authenticator app registered to a user for authentication.
func (AuthenticationMicrosoftAuthenticatorMethodClient) GetAuthenticationMicrosoftAuthenticatorMethodsCount ¶
func (c AuthenticationMicrosoftAuthenticatorMethodClient) GetAuthenticationMicrosoftAuthenticatorMethodsCount(ctx context.Context, options GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) (result GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationResponse, err error)
GetAuthenticationMicrosoftAuthenticatorMethodsCount - Get the number of the resource
func (AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethods ¶
func (c AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethods(ctx context.Context, options ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) (result ListAuthenticationMicrosoftAuthenticatorMethodsOperationResponse, err error)
ListAuthenticationMicrosoftAuthenticatorMethods - Get microsoftAuthenticatorMethods from me. The details of the Microsoft Authenticator app registered to a user for authentication.
func (AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethodsComplete ¶
func (c AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethodsComplete(ctx context.Context, options ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) (ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult, error)
ListAuthenticationMicrosoftAuthenticatorMethodsComplete retrieves all the results into a single object
func (AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethodsCompleteMatchingPredicate ¶
func (c AuthenticationMicrosoftAuthenticatorMethodClient) ListAuthenticationMicrosoftAuthenticatorMethodsCompleteMatchingPredicate(ctx context.Context, options ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions, predicate MicrosoftAuthenticatorAuthenticationMethodOperationPredicate) (result ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult, err error)
ListAuthenticationMicrosoftAuthenticatorMethodsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions ¶
type DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions ¶
func DefaultDeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions() DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions
func (DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToOData ¶
func (o DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToQuery ¶
func (o DeleteAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions ¶
type GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationMicrosoftAuthenticatorMethodOperationOptions ¶
func DefaultGetAuthenticationMicrosoftAuthenticatorMethodOperationOptions() GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions
func (GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToHeaders ¶
func (o GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToOData ¶
func (o GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToOData() *odata.Query
func (GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToQuery ¶
func (o GetAuthenticationMicrosoftAuthenticatorMethodOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions ¶
type GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions ¶
func DefaultGetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions() GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions
func (GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToOData ¶
func (o GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToQuery ¶
func (o GetAuthenticationMicrosoftAuthenticatorMethodsCountOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult ¶
type ListAuthenticationMicrosoftAuthenticatorMethodsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.MicrosoftAuthenticatorAuthenticationMethod }
type ListAuthenticationMicrosoftAuthenticatorMethodsCustomPager ¶
type ListAuthenticationMicrosoftAuthenticatorMethodsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationMicrosoftAuthenticatorMethodsCustomPager) NextPageLink ¶
func (p *ListAuthenticationMicrosoftAuthenticatorMethodsCustomPager) NextPageLink() *odata.Link
type ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions ¶
type ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions 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 DefaultListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions ¶
func DefaultListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions() ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions
func (ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) ToHeaders ¶
func (o ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) ToOData ¶
func (o ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) ToOData() *odata.Query
func (ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) ToQuery ¶
func (o ListAuthenticationMicrosoftAuthenticatorMethodsOperationOptions) ToQuery() *client.QueryParams
type MicrosoftAuthenticatorAuthenticationMethodOperationPredicate ¶
type MicrosoftAuthenticatorAuthenticationMethodOperationPredicate struct { }