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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AuthenticationFlowsPolicyRequestBuilder
NewAuthenticationFlowsPolicyRequestBuilder instantiates a new AuthenticationFlowsPolicyRequestBuilder and sets the default values.
func NewAuthenticationFlowsPolicyRequestBuilderInternal ¶
func NewAuthenticationFlowsPolicyRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AuthenticationFlowsPolicyRequestBuilder
NewAuthenticationFlowsPolicyRequestBuilderInternal instantiates a new AuthenticationFlowsPolicyRequestBuilder and sets the default values.
func (*AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformation ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) CreateDeleteRequestInformation(options *AuthenticationFlowsPolicyRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property authenticationFlowsPolicy for policies
func (*AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation ¶
func (m *AuthenticationFlowsPolicyRequestBuilder) CreateGetRequestInformation(options *AuthenticationFlowsPolicyRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.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 H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
AuthenticationFlowsPolicyRequestBuilderDeleteOptions options for Delete
type AuthenticationFlowsPolicyRequestBuilderGetOptions ¶
type AuthenticationFlowsPolicyRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *AuthenticationFlowsPolicyRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
AuthenticationFlowsPolicyRequestBuilderGetOptions options for Get
type AuthenticationFlowsPolicyRequestBuilderGetQueryParameters ¶
type AuthenticationFlowsPolicyRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
AuthenticationFlowsPolicyRequestBuilderGetQueryParameters the policy configuration of the self-service sign-up experience of external users.
type AuthenticationFlowsPolicyRequestBuilderPatchOptions ¶
type AuthenticationFlowsPolicyRequestBuilderPatchOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AuthenticationFlowsPolicyable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
AuthenticationFlowsPolicyRequestBuilderPatchOptions options for Patch