authentication

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2022 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationRequestBuilder

type AuthenticationRequestBuilder struct {
	// contains filtered or unexported fields
}

AuthenticationRequestBuilder provides operations to manage the authentication property of the microsoft.graph.user entity.

func NewAuthenticationRequestBuilder

NewAuthenticationRequestBuilder instantiates a new AuthenticationRequestBuilder and sets the default values.

func NewAuthenticationRequestBuilderInternal

func NewAuthenticationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationRequestBuilder

NewAuthenticationRequestBuilderInternal instantiates a new AuthenticationRequestBuilder and sets the default values.

func (*AuthenticationRequestBuilder) CreateDeleteRequestInformation

CreateDeleteRequestInformation delete navigation property authentication for users

func (*AuthenticationRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration added in v0.22.0

CreateDeleteRequestInformationWithRequestConfiguration delete navigation property authentication for users

func (*AuthenticationRequestBuilder) CreateGetRequestInformation

CreateGetRequestInformation the authentication methods that are supported for the user.

func (*AuthenticationRequestBuilder) CreateGetRequestInformationWithRequestConfiguration added in v0.22.0

CreateGetRequestInformationWithRequestConfiguration the authentication methods that are supported for the user.

func (*AuthenticationRequestBuilder) CreatePatchRequestInformation

CreatePatchRequestInformation update the navigation property authentication in users

func (*AuthenticationRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration added in v0.22.0

CreatePatchRequestInformationWithRequestConfiguration update the navigation property authentication in users

func (*AuthenticationRequestBuilder) Delete

func (m *AuthenticationRequestBuilder) Delete() error

Delete delete navigation property authentication for users

func (*AuthenticationRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler added in v0.22.0

DeleteWithRequestConfigurationAndResponseHandler delete navigation property authentication for users

func (*AuthenticationRequestBuilder) Fido2Methods

Fido2Methods the fido2Methods property

func (*AuthenticationRequestBuilder) Fido2MethodsById

Fido2MethodsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.authentication.fido2Methods.item collection

func (*AuthenticationRequestBuilder) Get

Get the authentication methods that are supported for the user.

func (*AuthenticationRequestBuilder) GetWithRequestConfigurationAndResponseHandler added in v0.22.0

GetWithRequestConfigurationAndResponseHandler the authentication methods that are supported for the user.

func (*AuthenticationRequestBuilder) Methods

Methods the methods property

func (*AuthenticationRequestBuilder) MethodsById

MethodsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.authentication.methods.item collection

func (*AuthenticationRequestBuilder) MicrosoftAuthenticatorMethods

MicrosoftAuthenticatorMethods the microsoftAuthenticatorMethods property

func (*AuthenticationRequestBuilder) MicrosoftAuthenticatorMethodsById

MicrosoftAuthenticatorMethodsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.authentication.microsoftAuthenticatorMethods.item collection

func (*AuthenticationRequestBuilder) Operations added in v0.29.0

Operations the operations property

func (*AuthenticationRequestBuilder) OperationsById added in v0.29.0

OperationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.authentication.operations.item collection

func (*AuthenticationRequestBuilder) PasswordMethods added in v0.29.0

PasswordMethods the passwordMethods property

func (*AuthenticationRequestBuilder) PasswordMethodsById added in v0.29.0

PasswordMethodsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.authentication.passwordMethods.item collection

func (*AuthenticationRequestBuilder) Patch

Patch update the navigation property authentication in users

func (*AuthenticationRequestBuilder) PatchWithRequestConfigurationAndResponseHandler added in v0.22.0

PatchWithRequestConfigurationAndResponseHandler update the navigation property authentication in users

func (*AuthenticationRequestBuilder) TemporaryAccessPassMethods added in v0.26.0

TemporaryAccessPassMethods the temporaryAccessPassMethods property

func (*AuthenticationRequestBuilder) TemporaryAccessPassMethodsById added in v0.26.0

TemporaryAccessPassMethodsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.authentication.temporaryAccessPassMethods.item collection

func (*AuthenticationRequestBuilder) WindowsHelloForBusinessMethods

WindowsHelloForBusinessMethods the windowsHelloForBusinessMethods property

func (*AuthenticationRequestBuilder) WindowsHelloForBusinessMethodsById

WindowsHelloForBusinessMethodsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.authentication.windowsHelloForBusinessMethods.item collection

type AuthenticationRequestBuilderDeleteRequestConfiguration added in v0.22.0

type AuthenticationRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationRequestBuilderGetQueryParameters

type AuthenticationRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationRequestBuilderGetQueryParameters the authentication methods that are supported for the user.

type AuthenticationRequestBuilderGetRequestConfiguration added in v0.22.0

type AuthenticationRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationRequestBuilderGetQueryParameters
}

AuthenticationRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationRequestBuilderPatchRequestConfiguration added in v0.22.0

type AuthenticationRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL