Documentation
      ¶
    
    
  
    
  
    Index ¶
- type AuthenticationFlowsPolicyRequestBuilder
 - func (m *AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformation() (...)
 - func (m *AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
 - func (m *AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation() (...)
 - func (m *AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
 - func (m *AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformation(...) (...)
 - func (m *AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
 - func (m *AuthenticationFlowsPolicyRequestBuilder) Delete() error
 - func (m *AuthenticationFlowsPolicyRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
 - func (m *AuthenticationFlowsPolicyRequestBuilder) Get() (...)
 - func (m *AuthenticationFlowsPolicyRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
 - func (m *AuthenticationFlowsPolicyRequestBuilder) Patch(...) error
 - func (m *AuthenticationFlowsPolicyRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
 
- 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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property authenticationFlowsPolicy for policies
func (*AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *AuthenticationFlowsPolicyRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property authenticationFlowsPolicy for policies
func (*AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the policy configuration of the self-service sign-up experience of external users.
func (*AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the policy configuration of the self-service sign-up experience of external users.
func (*AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformation ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property authenticationFlowsPolicy in policies
func (*AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AuthenticationFlowsPolicyRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property authenticationFlowsPolicy in policies
func (*AuthenticationFlowsPolicyRequestBuilder) Delete ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) Delete() error
Delete delete navigation property authenticationFlowsPolicy for policies
func (*AuthenticationFlowsPolicyRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AuthenticationFlowsPolicyRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *AuthenticationFlowsPolicyRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property authenticationFlowsPolicy for policies
func (*AuthenticationFlowsPolicyRequestBuilder) Get ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, error)
Get the policy configuration of the self-service sign-up experience of external users.
func (*AuthenticationFlowsPolicyRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AuthenticationFlowsPolicyRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *AuthenticationFlowsPolicyRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, error)
GetWithRequestConfigurationAndResponseHandler the policy configuration of the self-service sign-up experience of external users.
func (*AuthenticationFlowsPolicyRequestBuilder) Patch ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable) error
Patch update the navigation property authenticationFlowsPolicy in policies
func (*AuthenticationFlowsPolicyRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AuthenticationFlowsPolicyRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AuthenticationFlowsPolicyable, requestConfiguration *AuthenticationFlowsPolicyRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property authenticationFlowsPolicy in policies
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 the policy configuration of the self-service sign-up experience of external users.
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.