Documentation ¶
Index ¶
- type AuthenticationFlowsPolicyRequestBuilder
- func (m *AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformation(options *AuthenticationFlowsPolicyRequestBuilderDeleteOptions) (...)
- func (m *AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation(options *AuthenticationFlowsPolicyRequestBuilderGetOptions) (...)
- func (m *AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformation(options *AuthenticationFlowsPolicyRequestBuilderPatchOptions) (...)
- func (m *AuthenticationFlowsPolicyRequestBuilder) Delete(options *AuthenticationFlowsPolicyRequestBuilderDeleteOptions) error
- func (m *AuthenticationFlowsPolicyRequestBuilder) Get(options *AuthenticationFlowsPolicyRequestBuilderGetOptions) (...)
- func (m *AuthenticationFlowsPolicyRequestBuilder) Patch(options *AuthenticationFlowsPolicyRequestBuilderPatchOptions) error
- type AuthenticationFlowsPolicyRequestBuilderDeleteOptions
- type AuthenticationFlowsPolicyRequestBuilderGetOptions
- type AuthenticationFlowsPolicyRequestBuilderGetQueryParameters
- type AuthenticationFlowsPolicyRequestBuilderPatchOptions
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(options *AuthenticationFlowsPolicyRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property authenticationFlowsPolicy for policies
func (*AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation(options *AuthenticationFlowsPolicyRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the policy configuration of the self-service sign-up experience of external users.
func (*AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformation ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformation(options *AuthenticationFlowsPolicyRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property authenticationFlowsPolicy in policies
func (*AuthenticationFlowsPolicyRequestBuilder) Delete ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) Delete(options *AuthenticationFlowsPolicyRequestBuilderDeleteOptions) error
Delete delete navigation property authenticationFlowsPolicy for policies
func (*AuthenticationFlowsPolicyRequestBuilder) Get ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) Get(options *AuthenticationFlowsPolicyRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, error)
Get the policy configuration of the self-service sign-up experience of external users.
func (*AuthenticationFlowsPolicyRequestBuilder) Patch ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) Patch(options *AuthenticationFlowsPolicyRequestBuilderPatchOptions) error
Patch update the navigation property authenticationFlowsPolicy in policies
type AuthenticationFlowsPolicyRequestBuilderDeleteOptions ¶
type AuthenticationFlowsPolicyRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AuthenticationFlowsPolicyRequestBuilderDeleteOptions options for Delete
type AuthenticationFlowsPolicyRequestBuilderGetOptions ¶
type AuthenticationFlowsPolicyRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AuthenticationFlowsPolicyRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AuthenticationFlowsPolicyRequestBuilderGetOptions options for Get
type AuthenticationFlowsPolicyRequestBuilderGetQueryParameters ¶
type AuthenticationFlowsPolicyRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AuthenticationFlowsPolicyRequestBuilderGetQueryParameters the policy configuration of the self-service sign-up experience of external users.
type AuthenticationFlowsPolicyRequestBuilderPatchOptions ¶
type AuthenticationFlowsPolicyRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AuthenticationFlowsPolicyRequestBuilderPatchOptions options for Patch