b2xuserflowlanguage

package
v0.20241126.1110949 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type B2xUserFlowLanguageClient

type B2xUserFlowLanguageClient struct {
	Client *msgraph.Client
}

func NewB2xUserFlowLanguageClientWithBaseURI

func NewB2xUserFlowLanguageClientWithBaseURI(sdkApi sdkEnv.Api) (*B2xUserFlowLanguageClient, error)

func (B2xUserFlowLanguageClient) CreateB2xUserFlowLanguage

CreateB2xUserFlowLanguage - Create new navigation property to languages for identity

func (B2xUserFlowLanguageClient) DeleteB2xUserFlowLanguage

DeleteB2xUserFlowLanguage - Delete navigation property languages for identity

func (B2xUserFlowLanguageClient) GetB2xUserFlowLanguage

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

GetB2xUserFlowLanguagesCount - Get the number of the resource

func (B2xUserFlowLanguageClient) ListB2xUserFlowLanguages

ListB2xUserFlowLanguages - List languages. Retrieve a list of languages supported for customization in a B2X user flow.

func (B2xUserFlowLanguageClient) ListB2xUserFlowLanguagesComplete

ListB2xUserFlowLanguagesComplete retrieves all the results into a single object

func (B2xUserFlowLanguageClient) ListB2xUserFlowLanguagesCompleteMatchingPredicate

ListB2xUserFlowLanguagesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (B2xUserFlowLanguageClient) UpdateB2xUserFlowLanguage

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 (CreateB2xUserFlowLanguageOperationOptions) ToOData

func (CreateB2xUserFlowLanguageOperationOptions) ToQuery

type CreateB2xUserFlowLanguageOperationResponse

type CreateB2xUserFlowLanguageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UserFlowLanguageConfiguration
}

type DeleteB2xUserFlowLanguageOperationOptions

type DeleteB2xUserFlowLanguageOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteB2xUserFlowLanguageOperationOptions

func DefaultDeleteB2xUserFlowLanguageOperationOptions() DeleteB2xUserFlowLanguageOperationOptions

func (DeleteB2xUserFlowLanguageOperationOptions) ToHeaders

func (DeleteB2xUserFlowLanguageOperationOptions) ToOData

func (DeleteB2xUserFlowLanguageOperationOptions) ToQuery

type DeleteB2xUserFlowLanguageOperationResponse

type DeleteB2xUserFlowLanguageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

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 (GetB2xUserFlowLanguageOperationOptions) ToOData

func (GetB2xUserFlowLanguageOperationOptions) ToQuery

type GetB2xUserFlowLanguageOperationResponse

type GetB2xUserFlowLanguageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UserFlowLanguageConfiguration
}

type GetB2xUserFlowLanguagesCountOperationOptions

type GetB2xUserFlowLanguagesCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetB2xUserFlowLanguagesCountOperationOptions

func DefaultGetB2xUserFlowLanguagesCountOperationOptions() GetB2xUserFlowLanguagesCountOperationOptions

func (GetB2xUserFlowLanguagesCountOperationOptions) ToHeaders

func (GetB2xUserFlowLanguagesCountOperationOptions) ToOData

func (GetB2xUserFlowLanguagesCountOperationOptions) ToQuery

type GetB2xUserFlowLanguagesCountOperationResponse

type GetB2xUserFlowLanguagesCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListB2xUserFlowLanguagesCompleteResult

type ListB2xUserFlowLanguagesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.UserFlowLanguageConfiguration
}

type ListB2xUserFlowLanguagesCustomPager

type ListB2xUserFlowLanguagesCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
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 (ListB2xUserFlowLanguagesOperationOptions) ToOData

func (ListB2xUserFlowLanguagesOperationOptions) ToQuery

type ListB2xUserFlowLanguagesOperationResponse

type ListB2xUserFlowLanguagesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.UserFlowLanguageConfiguration
}

type UpdateB2xUserFlowLanguageOperationOptions

type UpdateB2xUserFlowLanguageOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateB2xUserFlowLanguageOperationOptions

func DefaultUpdateB2xUserFlowLanguageOperationOptions() UpdateB2xUserFlowLanguageOperationOptions

func (UpdateB2xUserFlowLanguageOperationOptions) ToHeaders

func (UpdateB2xUserFlowLanguageOperationOptions) ToOData

func (UpdateB2xUserFlowLanguageOperationOptions) ToQuery

type UpdateB2xUserFlowLanguageOperationResponse

type UpdateB2xUserFlowLanguageOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type UserFlowLanguageConfigurationOperationPredicate

type UserFlowLanguageConfigurationOperationPredicate struct {
}

func (UserFlowLanguageConfigurationOperationPredicate) Matches

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL