Documentation
¶
Index ¶
- type PasswordMethodsRequestBuilder
- func (m *PasswordMethodsRequestBuilder) Count() ...
- func (m *PasswordMethodsRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *PasswordMethodsRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *PasswordMethodsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *PasswordMethodsRequestBuilder) Post(ctx context.Context, ...) (...)
- type PasswordMethodsRequestBuilderGetQueryParameters
- type PasswordMethodsRequestBuilderGetRequestConfiguration
- type PasswordMethodsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordMethodsRequestBuilder ¶
type PasswordMethodsRequestBuilder struct {
// contains filtered or unexported fields
}
PasswordMethodsRequestBuilder provides operations to manage the passwordMethods property of the microsoft.graph.authentication entity.
func NewPasswordMethodsRequestBuilder ¶
func NewPasswordMethodsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PasswordMethodsRequestBuilder
NewPasswordMethodsRequestBuilder instantiates a new PasswordMethodsRequestBuilder and sets the default values.
func NewPasswordMethodsRequestBuilderInternal ¶
func NewPasswordMethodsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PasswordMethodsRequestBuilder
NewPasswordMethodsRequestBuilderInternal instantiates a new PasswordMethodsRequestBuilder and sets the default values.
func (*PasswordMethodsRequestBuilder) Count ¶
func (m *PasswordMethodsRequestBuilder) Count() *i9a22354225cef9d2de7ed94ccdb90cbed99cfa6beb7d9be01e7ca1728491aa24.CountRequestBuilder
Count the Count property
func (*PasswordMethodsRequestBuilder) CreateGetRequestInformation ¶
func (m *PasswordMethodsRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *PasswordMethodsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This will return exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the **password** property is always `null`.
func (*PasswordMethodsRequestBuilder) CreatePostRequestInformation ¶
func (m *PasswordMethodsRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, requestConfiguration *PasswordMethodsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to passwordMethods for me
func (*PasswordMethodsRequestBuilder) Get ¶
func (m *PasswordMethodsRequestBuilder) Get(ctx context.Context, requestConfiguration *PasswordMethodsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodCollectionResponseable, error)
Get retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This will return exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the **password** property is always `null`.
func (*PasswordMethodsRequestBuilder) Post ¶
func (m *PasswordMethodsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, requestConfiguration *PasswordMethodsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PasswordAuthenticationMethodable, error)
Post create new navigation property to passwordMethods for me
type PasswordMethodsRequestBuilderGetQueryParameters ¶
type PasswordMethodsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
PasswordMethodsRequestBuilderGetQueryParameters retrieve a list of the passwords registered to a user, represented by a passwordAuthenticationMethod object. This will return exactly one object, as a user can have exactly one password. For security, the password itself will never be returned in the object and the **password** property is always `null`.
type PasswordMethodsRequestBuilderGetRequestConfiguration ¶
type PasswordMethodsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *PasswordMethodsRequestBuilderGetQueryParameters
}
PasswordMethodsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type PasswordMethodsRequestBuilderPostRequestConfiguration ¶
type PasswordMethodsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
PasswordMethodsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.