Documentation ¶
Index ¶
- type B2xUserFlowLanguageClient
- func (c B2xUserFlowLanguageClient) CreateB2xUserFlowLanguage(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result CreateB2xUserFlowLanguageOperationResponse, err error)
- func (c B2xUserFlowLanguageClient) DeleteB2xUserFlowLanguage(ctx context.Context, id stable.IdentityB2xUserFlowIdLanguageId, ...) (result DeleteB2xUserFlowLanguageOperationResponse, err error)
- func (c B2xUserFlowLanguageClient) GetB2xUserFlowLanguage(ctx context.Context, id stable.IdentityB2xUserFlowIdLanguageId, ...) (result GetB2xUserFlowLanguageOperationResponse, err error)
- func (c B2xUserFlowLanguageClient) GetB2xUserFlowLanguagesCount(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result GetB2xUserFlowLanguagesCountOperationResponse, err error)
- func (c B2xUserFlowLanguageClient) ListB2xUserFlowLanguages(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result ListB2xUserFlowLanguagesOperationResponse, err error)
- func (c B2xUserFlowLanguageClient) ListB2xUserFlowLanguagesComplete(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (ListB2xUserFlowLanguagesCompleteResult, error)
- func (c B2xUserFlowLanguageClient) ListB2xUserFlowLanguagesCompleteMatchingPredicate(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result ListB2xUserFlowLanguagesCompleteResult, err error)
- func (c B2xUserFlowLanguageClient) UpdateB2xUserFlowLanguage(ctx context.Context, id stable.IdentityB2xUserFlowIdLanguageId, ...) (result UpdateB2xUserFlowLanguageOperationResponse, err error)
- type CreateB2xUserFlowLanguageOperationOptions
- type CreateB2xUserFlowLanguageOperationResponse
- type DeleteB2xUserFlowLanguageOperationOptions
- type DeleteB2xUserFlowLanguageOperationResponse
- type GetB2xUserFlowLanguageOperationOptions
- type GetB2xUserFlowLanguageOperationResponse
- type GetB2xUserFlowLanguagesCountOperationOptions
- type GetB2xUserFlowLanguagesCountOperationResponse
- type ListB2xUserFlowLanguagesCompleteResult
- type ListB2xUserFlowLanguagesCustomPager
- type ListB2xUserFlowLanguagesOperationOptions
- type ListB2xUserFlowLanguagesOperationResponse
- type UpdateB2xUserFlowLanguageOperationOptions
- type UpdateB2xUserFlowLanguageOperationResponse
- type UserFlowLanguageConfigurationOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type B2xUserFlowLanguageClient ¶
func NewB2xUserFlowLanguageClientWithBaseURI ¶
func NewB2xUserFlowLanguageClientWithBaseURI(sdkApi sdkEnv.Api) (*B2xUserFlowLanguageClient, error)
func (B2xUserFlowLanguageClient) CreateB2xUserFlowLanguage ¶
func (c B2xUserFlowLanguageClient) CreateB2xUserFlowLanguage(ctx context.Context, id stable.IdentityB2xUserFlowId, input stable.UserFlowLanguageConfiguration, options CreateB2xUserFlowLanguageOperationOptions) (result CreateB2xUserFlowLanguageOperationResponse, err error)
CreateB2xUserFlowLanguage - Create new navigation property to languages for identity
func (B2xUserFlowLanguageClient) DeleteB2xUserFlowLanguage ¶
func (c B2xUserFlowLanguageClient) DeleteB2xUserFlowLanguage(ctx context.Context, id stable.IdentityB2xUserFlowIdLanguageId, options DeleteB2xUserFlowLanguageOperationOptions) (result DeleteB2xUserFlowLanguageOperationResponse, err error)
DeleteB2xUserFlowLanguage - Delete navigation property languages for identity
func (B2xUserFlowLanguageClient) GetB2xUserFlowLanguage ¶
func (c B2xUserFlowLanguageClient) GetB2xUserFlowLanguage(ctx context.Context, id stable.IdentityB2xUserFlowIdLanguageId, options GetB2xUserFlowLanguageOperationOptions) (result GetB2xUserFlowLanguageOperationResponse, err error)
GetB2xUserFlowLanguage - Get userFlowLanguageConfiguration. Read the properties and relationships of a userFlowLanguageConfiguration object. These objects represent a language available in a user flow. Note: Language customization is enabled by default in Microsoft Entra user flows.
func (B2xUserFlowLanguageClient) GetB2xUserFlowLanguagesCount ¶
func (c B2xUserFlowLanguageClient) GetB2xUserFlowLanguagesCount(ctx context.Context, id stable.IdentityB2xUserFlowId, options GetB2xUserFlowLanguagesCountOperationOptions) (result GetB2xUserFlowLanguagesCountOperationResponse, err error)
GetB2xUserFlowLanguagesCount - Get the number of the resource
func (B2xUserFlowLanguageClient) ListB2xUserFlowLanguages ¶
func (c B2xUserFlowLanguageClient) ListB2xUserFlowLanguages(ctx context.Context, id stable.IdentityB2xUserFlowId, options ListB2xUserFlowLanguagesOperationOptions) (result ListB2xUserFlowLanguagesOperationResponse, err error)
ListB2xUserFlowLanguages - List languages. Retrieve a list of languages supported for customization in a B2X user flow.
func (B2xUserFlowLanguageClient) ListB2xUserFlowLanguagesComplete ¶
func (c B2xUserFlowLanguageClient) ListB2xUserFlowLanguagesComplete(ctx context.Context, id stable.IdentityB2xUserFlowId, options ListB2xUserFlowLanguagesOperationOptions) (ListB2xUserFlowLanguagesCompleteResult, error)
ListB2xUserFlowLanguagesComplete retrieves all the results into a single object
func (B2xUserFlowLanguageClient) ListB2xUserFlowLanguagesCompleteMatchingPredicate ¶
func (c B2xUserFlowLanguageClient) ListB2xUserFlowLanguagesCompleteMatchingPredicate(ctx context.Context, id stable.IdentityB2xUserFlowId, options ListB2xUserFlowLanguagesOperationOptions, predicate UserFlowLanguageConfigurationOperationPredicate) (result ListB2xUserFlowLanguagesCompleteResult, err error)
ListB2xUserFlowLanguagesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (B2xUserFlowLanguageClient) UpdateB2xUserFlowLanguage ¶
func (c B2xUserFlowLanguageClient) UpdateB2xUserFlowLanguage(ctx context.Context, id stable.IdentityB2xUserFlowIdLanguageId, input stable.UserFlowLanguageConfiguration, options UpdateB2xUserFlowLanguageOperationOptions) (result UpdateB2xUserFlowLanguageOperationResponse, err error)
UpdateB2xUserFlowLanguage - Update the navigation property languages in identity
type CreateB2xUserFlowLanguageOperationOptions ¶
type CreateB2xUserFlowLanguageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateB2xUserFlowLanguageOperationOptions ¶
func DefaultCreateB2xUserFlowLanguageOperationOptions() CreateB2xUserFlowLanguageOperationOptions
func (CreateB2xUserFlowLanguageOperationOptions) ToHeaders ¶
func (o CreateB2xUserFlowLanguageOperationOptions) ToHeaders() *client.Headers
func (CreateB2xUserFlowLanguageOperationOptions) ToOData ¶
func (o CreateB2xUserFlowLanguageOperationOptions) ToOData() *odata.Query
func (CreateB2xUserFlowLanguageOperationOptions) ToQuery ¶
func (o CreateB2xUserFlowLanguageOperationOptions) ToQuery() *client.QueryParams
type DeleteB2xUserFlowLanguageOperationOptions ¶
type DeleteB2xUserFlowLanguageOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteB2xUserFlowLanguageOperationOptions ¶
func DefaultDeleteB2xUserFlowLanguageOperationOptions() DeleteB2xUserFlowLanguageOperationOptions
func (DeleteB2xUserFlowLanguageOperationOptions) ToHeaders ¶
func (o DeleteB2xUserFlowLanguageOperationOptions) ToHeaders() *client.Headers
func (DeleteB2xUserFlowLanguageOperationOptions) ToOData ¶
func (o DeleteB2xUserFlowLanguageOperationOptions) ToOData() *odata.Query
func (DeleteB2xUserFlowLanguageOperationOptions) ToQuery ¶
func (o DeleteB2xUserFlowLanguageOperationOptions) ToQuery() *client.QueryParams
type GetB2xUserFlowLanguageOperationOptions ¶
type GetB2xUserFlowLanguageOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetB2xUserFlowLanguageOperationOptions ¶
func DefaultGetB2xUserFlowLanguageOperationOptions() GetB2xUserFlowLanguageOperationOptions
func (GetB2xUserFlowLanguageOperationOptions) ToHeaders ¶
func (o GetB2xUserFlowLanguageOperationOptions) ToHeaders() *client.Headers
func (GetB2xUserFlowLanguageOperationOptions) ToOData ¶
func (o GetB2xUserFlowLanguageOperationOptions) ToOData() *odata.Query
func (GetB2xUserFlowLanguageOperationOptions) ToQuery ¶
func (o GetB2xUserFlowLanguageOperationOptions) ToQuery() *client.QueryParams
type GetB2xUserFlowLanguagesCountOperationOptions ¶
type GetB2xUserFlowLanguagesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetB2xUserFlowLanguagesCountOperationOptions ¶
func DefaultGetB2xUserFlowLanguagesCountOperationOptions() GetB2xUserFlowLanguagesCountOperationOptions
func (GetB2xUserFlowLanguagesCountOperationOptions) ToHeaders ¶
func (o GetB2xUserFlowLanguagesCountOperationOptions) ToHeaders() *client.Headers
func (GetB2xUserFlowLanguagesCountOperationOptions) ToOData ¶
func (o GetB2xUserFlowLanguagesCountOperationOptions) ToOData() *odata.Query
func (GetB2xUserFlowLanguagesCountOperationOptions) ToQuery ¶
func (o GetB2xUserFlowLanguagesCountOperationOptions) ToQuery() *client.QueryParams
type ListB2xUserFlowLanguagesCompleteResult ¶
type ListB2xUserFlowLanguagesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.UserFlowLanguageConfiguration }
type ListB2xUserFlowLanguagesCustomPager ¶
func (*ListB2xUserFlowLanguagesCustomPager) NextPageLink ¶
func (p *ListB2xUserFlowLanguagesCustomPager) NextPageLink() *odata.Link
type ListB2xUserFlowLanguagesOperationOptions ¶
type ListB2xUserFlowLanguagesOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListB2xUserFlowLanguagesOperationOptions ¶
func DefaultListB2xUserFlowLanguagesOperationOptions() ListB2xUserFlowLanguagesOperationOptions
func (ListB2xUserFlowLanguagesOperationOptions) ToHeaders ¶
func (o ListB2xUserFlowLanguagesOperationOptions) ToHeaders() *client.Headers
func (ListB2xUserFlowLanguagesOperationOptions) ToOData ¶
func (o ListB2xUserFlowLanguagesOperationOptions) ToOData() *odata.Query
func (ListB2xUserFlowLanguagesOperationOptions) ToQuery ¶
func (o ListB2xUserFlowLanguagesOperationOptions) ToQuery() *client.QueryParams
type UpdateB2xUserFlowLanguageOperationOptions ¶
type UpdateB2xUserFlowLanguageOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateB2xUserFlowLanguageOperationOptions ¶
func DefaultUpdateB2xUserFlowLanguageOperationOptions() UpdateB2xUserFlowLanguageOperationOptions
func (UpdateB2xUserFlowLanguageOperationOptions) ToHeaders ¶
func (o UpdateB2xUserFlowLanguageOperationOptions) ToHeaders() *client.Headers
func (UpdateB2xUserFlowLanguageOperationOptions) ToOData ¶
func (o UpdateB2xUserFlowLanguageOperationOptions) ToOData() *odata.Query
func (UpdateB2xUserFlowLanguageOperationOptions) ToQuery ¶
func (o UpdateB2xUserFlowLanguageOperationOptions) ToQuery() *client.QueryParams
type UserFlowLanguageConfigurationOperationPredicate ¶
type UserFlowLanguageConfigurationOperationPredicate struct { }
func (UserFlowLanguageConfigurationOperationPredicate) Matches ¶
func (p UserFlowLanguageConfigurationOperationPredicate) Matches(input stable.UserFlowLanguageConfiguration) bool