Documentation
¶
Index ¶
- type UserFlowLanguageConfigurationRequestBuilder
- func (m *UserFlowLanguageConfigurationRequestBuilder) CreateDeleteRequestInformation(options *UserFlowLanguageConfigurationRequestBuilderDeleteOptions) (...)
- func (m *UserFlowLanguageConfigurationRequestBuilder) CreateGetRequestInformation(options *UserFlowLanguageConfigurationRequestBuilderGetOptions) (...)
- func (m *UserFlowLanguageConfigurationRequestBuilder) CreatePatchRequestInformation(options *UserFlowLanguageConfigurationRequestBuilderPatchOptions) (...)
- func (m *UserFlowLanguageConfigurationRequestBuilder) DefaultPages() ...
- func (m *UserFlowLanguageConfigurationRequestBuilder) DefaultPagesById(id string) ...
- func (m *UserFlowLanguageConfigurationRequestBuilder) Delete(options *UserFlowLanguageConfigurationRequestBuilderDeleteOptions) error
- func (m *UserFlowLanguageConfigurationRequestBuilder) Get(options *UserFlowLanguageConfigurationRequestBuilderGetOptions) (...)
- func (m *UserFlowLanguageConfigurationRequestBuilder) OverridesPages() ...
- func (m *UserFlowLanguageConfigurationRequestBuilder) OverridesPagesById(id string) ...
- func (m *UserFlowLanguageConfigurationRequestBuilder) Patch(options *UserFlowLanguageConfigurationRequestBuilderPatchOptions) error
- type UserFlowLanguageConfigurationRequestBuilderDeleteOptions
- type UserFlowLanguageConfigurationRequestBuilderGetOptions
- type UserFlowLanguageConfigurationRequestBuilderGetQueryParameters
- type UserFlowLanguageConfigurationRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserFlowLanguageConfigurationRequestBuilder ¶
type UserFlowLanguageConfigurationRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \identity\b2xUserFlows\{b2xIdentityUserFlow-id}\languages\{userFlowLanguageConfiguration-id}
func NewUserFlowLanguageConfigurationRequestBuilder ¶
func NewUserFlowLanguageConfigurationRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UserFlowLanguageConfigurationRequestBuilder
Instantiates a new UserFlowLanguageConfigurationRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewUserFlowLanguageConfigurationRequestBuilderInternal ¶
func NewUserFlowLanguageConfigurationRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *UserFlowLanguageConfigurationRequestBuilder
Instantiates a new UserFlowLanguageConfigurationRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*UserFlowLanguageConfigurationRequestBuilder) CreateDeleteRequestInformation ¶
func (m *UserFlowLanguageConfigurationRequestBuilder) CreateDeleteRequestInformation(options *UserFlowLanguageConfigurationRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows. Parameters:
- options : Options for the request
func (*UserFlowLanguageConfigurationRequestBuilder) CreateGetRequestInformation ¶
func (m *UserFlowLanguageConfigurationRequestBuilder) CreateGetRequestInformation(options *UserFlowLanguageConfigurationRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows. Parameters:
- options : Options for the request
func (*UserFlowLanguageConfigurationRequestBuilder) CreatePatchRequestInformation ¶
func (m *UserFlowLanguageConfigurationRequestBuilder) CreatePatchRequestInformation(options *UserFlowLanguageConfigurationRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows. Parameters:
- options : Options for the request
func (*UserFlowLanguageConfigurationRequestBuilder) DefaultPages ¶
func (*UserFlowLanguageConfigurationRequestBuilder) DefaultPagesById ¶
func (m *UserFlowLanguageConfigurationRequestBuilder) DefaultPagesById(id string) *iaa3b91f02a3db748d21d8b30fa842ec6a841f6d30579d8378072348ce9f6a367.UserFlowLanguagePageRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identity.b2xUserFlows.item.languages.item.defaultPages.item collection Parameters:
- id : Unique identifier of the item
func (*UserFlowLanguageConfigurationRequestBuilder) Delete ¶
func (m *UserFlowLanguageConfigurationRequestBuilder) Delete(options *UserFlowLanguageConfigurationRequestBuilderDeleteOptions) error
The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows. Parameters:
- options : Options for the request
func (*UserFlowLanguageConfigurationRequestBuilder) Get ¶
func (m *UserFlowLanguageConfigurationRequestBuilder) Get(options *UserFlowLanguageConfigurationRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UserFlowLanguageConfiguration, error)
The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows. Parameters:
- options : Options for the request
func (*UserFlowLanguageConfigurationRequestBuilder) OverridesPages ¶
func (*UserFlowLanguageConfigurationRequestBuilder) OverridesPagesById ¶
func (m *UserFlowLanguageConfigurationRequestBuilder) OverridesPagesById(id string) *i3ea30c4cbd180dc3a448c556906b82bed378364ac709419c5058d94bee5e216a.UserFlowLanguagePageRequestBuilder
Gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identity.b2xUserFlows.item.languages.item.overridesPages.item collection Parameters:
- id : Unique identifier of the item
func (*UserFlowLanguageConfigurationRequestBuilder) Patch ¶
func (m *UserFlowLanguageConfigurationRequestBuilder) Patch(options *UserFlowLanguageConfigurationRequestBuilderPatchOptions) error
The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows. Parameters:
- options : Options for the request
type UserFlowLanguageConfigurationRequestBuilderDeleteOptions ¶
type UserFlowLanguageConfigurationRequestBuilderDeleteOptions 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
}
Options for Delete
type UserFlowLanguageConfigurationRequestBuilderGetOptions ¶
type UserFlowLanguageConfigurationRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *UserFlowLanguageConfigurationRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
Options for Get
type UserFlowLanguageConfigurationRequestBuilderGetQueryParameters ¶
type UserFlowLanguageConfigurationRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
The languages supported for customization within the user flow. Language customization is enabled by default in self-service sign-up user flow. You cannot create custom languages in self-service sign-up user flows.
type UserFlowLanguageConfigurationRequestBuilderPatchOptions ¶
type UserFlowLanguageConfigurationRequestBuilderPatchOptions struct {
//
Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.UserFlowLanguageConfiguration
// 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
}
Options for Patch