Documentation
¶
Index ¶
- type AuthenticationFlowsPolicyRequestBuilder
- func (m *AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *AuthenticationFlowsPolicyRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *AuthenticationFlowsPolicyRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AuthenticationFlowsPolicyRequestBuilder) Patch(ctx context.Context, ...) (...)
- type AuthenticationFlowsPolicyRequestBuilderDeleteRequestConfiguration
- type AuthenticationFlowsPolicyRequestBuilderGetQueryParameters
- type AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration
- type AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationFlowsPolicyRequestBuilder ¶
type AuthenticationFlowsPolicyRequestBuilder struct {
// contains filtered or unexported fields
}
AuthenticationFlowsPolicyRequestBuilder provides operations to manage the authenticationFlowsPolicy property of the microsoft.graph.policyRoot entity.
func NewAuthenticationFlowsPolicyRequestBuilder ¶
func NewAuthenticationFlowsPolicyRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationFlowsPolicyRequestBuilder
NewAuthenticationFlowsPolicyRequestBuilder instantiates a new AuthenticationFlowsPolicyRequestBuilder and sets the default values.
func NewAuthenticationFlowsPolicyRequestBuilderInternal ¶
func NewAuthenticationFlowsPolicyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationFlowsPolicyRequestBuilder
NewAuthenticationFlowsPolicyRequestBuilderInternal instantiates a new AuthenticationFlowsPolicyRequestBuilder and sets the default values.
func (*AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformation ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property authenticationFlowsPolicy for policies
func (*AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read the properties and relationships of an authenticationFlowsPolicy object.
func (*AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformation ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the **selfServiceSignUp** property of an authenticationFlowsPolicy object. The properties **id**, **type**, and **description** cannot be modified.
func (*AuthenticationFlowsPolicyRequestBuilder) Delete ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) Delete(ctx context.Context, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property authenticationFlowsPolicy for policies
func (*AuthenticationFlowsPolicyRequestBuilder) Get ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) Get(ctx context.Context, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, error)
Get read the properties and relationships of an authenticationFlowsPolicy object.
func (*AuthenticationFlowsPolicyRequestBuilder) Patch ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, error)
Patch update the **selfServiceSignUp** property of an authenticationFlowsPolicy object. The properties **id**, **type**, and **description** cannot be modified.
type AuthenticationFlowsPolicyRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type AuthenticationFlowsPolicyRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AuthenticationFlowsPolicyRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationFlowsPolicyRequestBuilderGetQueryParameters ¶
type AuthenticationFlowsPolicyRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AuthenticationFlowsPolicyRequestBuilderGetQueryParameters read the properties and relationships of an authenticationFlowsPolicy object.
type AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AuthenticationFlowsPolicyRequestBuilderGetQueryParameters }
AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.