b2xuserflowuserflowidentityprovider

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddB2xUserFlowIdentityProviderRefOperationOptions

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

func DefaultAddB2xUserFlowIdentityProviderRefOperationOptions

func DefaultAddB2xUserFlowIdentityProviderRefOperationOptions() AddB2xUserFlowIdentityProviderRefOperationOptions

func (AddB2xUserFlowIdentityProviderRefOperationOptions) ToHeaders

func (AddB2xUserFlowIdentityProviderRefOperationOptions) ToOData

func (AddB2xUserFlowIdentityProviderRefOperationOptions) ToQuery

type AddB2xUserFlowIdentityProviderRefOperationResponse

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

type B2xUserFlowUserFlowIdentityProviderClient

type B2xUserFlowUserFlowIdentityProviderClient struct {
	Client *msgraph.Client
}

func NewB2xUserFlowUserFlowIdentityProviderClientWithBaseURI

func NewB2xUserFlowUserFlowIdentityProviderClientWithBaseURI(sdkApi sdkEnv.Api) (*B2xUserFlowUserFlowIdentityProviderClient, error)

func (B2xUserFlowUserFlowIdentityProviderClient) AddB2xUserFlowIdentityProviderRef

AddB2xUserFlowIdentityProviderRef - Create new navigation property ref to userFlowIdentityProviders for identity

func (B2xUserFlowUserFlowIdentityProviderClient) GetB2xUserFlowIdentityProvidersCount

GetB2xUserFlowIdentityProvidersCount - Get the number of the resource

func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefs

ListB2xUserFlowIdentityProviderRefs - Get ref of userFlowIdentityProviders from identity

func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefsComplete

ListB2xUserFlowIdentityProviderRefsComplete retrieves all the results into a single object

func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefsCompleteMatchingPredicate

ListB2xUserFlowIdentityProviderRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviders

ListB2xUserFlowIdentityProviders - Get userFlowIdentityProviders from identity

func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProvidersComplete

ListB2xUserFlowIdentityProvidersComplete retrieves all the results into a single object

func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProvidersCompleteMatchingPredicate

ListB2xUserFlowIdentityProvidersCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (B2xUserFlowUserFlowIdentityProviderClient) RemoveB2xUserFlowIdentityProviderRef

RemoveB2xUserFlowIdentityProviderRef - Delete ref of navigation property userFlowIdentityProviders for identity

func (B2xUserFlowUserFlowIdentityProviderClient) RemoveB2xUserFlowIdentityProviderRefs

RemoveB2xUserFlowIdentityProviderRefs - Delete ref of navigation property userFlowIdentityProviders for identity

type DirectoryObjectOperationPredicate

type DirectoryObjectOperationPredicate struct {
}

func (DirectoryObjectOperationPredicate) Matches

type GetB2xUserFlowIdentityProvidersCountOperationOptions

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

func DefaultGetB2xUserFlowIdentityProvidersCountOperationOptions

func DefaultGetB2xUserFlowIdentityProvidersCountOperationOptions() GetB2xUserFlowIdentityProvidersCountOperationOptions

func (GetB2xUserFlowIdentityProvidersCountOperationOptions) ToHeaders

func (GetB2xUserFlowIdentityProvidersCountOperationOptions) ToOData

func (GetB2xUserFlowIdentityProvidersCountOperationOptions) ToQuery

type GetB2xUserFlowIdentityProvidersCountOperationResponse

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

type IdentityProviderBaseOperationPredicate

type IdentityProviderBaseOperationPredicate struct {
}

func (IdentityProviderBaseOperationPredicate) Matches

type ListB2xUserFlowIdentityProviderRefsCompleteResult

type ListB2xUserFlowIdentityProviderRefsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.DirectoryObject
}

type ListB2xUserFlowIdentityProviderRefsCustomPager

type ListB2xUserFlowIdentityProviderRefsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListB2xUserFlowIdentityProviderRefsOperationOptions

type ListB2xUserFlowIdentityProviderRefsOperationOptions struct {
	Count     *bool
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Skip      *int64
	Top       *int64
}

func DefaultListB2xUserFlowIdentityProviderRefsOperationOptions

func DefaultListB2xUserFlowIdentityProviderRefsOperationOptions() ListB2xUserFlowIdentityProviderRefsOperationOptions

func (ListB2xUserFlowIdentityProviderRefsOperationOptions) ToHeaders

func (ListB2xUserFlowIdentityProviderRefsOperationOptions) ToOData

func (ListB2xUserFlowIdentityProviderRefsOperationOptions) ToQuery

type ListB2xUserFlowIdentityProviderRefsOperationResponse

type ListB2xUserFlowIdentityProviderRefsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.DirectoryObject
}

type ListB2xUserFlowIdentityProvidersCompleteResult

type ListB2xUserFlowIdentityProvidersCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.IdentityProviderBase
}

type ListB2xUserFlowIdentityProvidersCustomPager

type ListB2xUserFlowIdentityProvidersCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListB2xUserFlowIdentityProvidersOperationOptions

type ListB2xUserFlowIdentityProvidersOperationOptions 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 DefaultListB2xUserFlowIdentityProvidersOperationOptions

func DefaultListB2xUserFlowIdentityProvidersOperationOptions() ListB2xUserFlowIdentityProvidersOperationOptions

func (ListB2xUserFlowIdentityProvidersOperationOptions) ToHeaders

func (ListB2xUserFlowIdentityProvidersOperationOptions) ToOData

func (ListB2xUserFlowIdentityProvidersOperationOptions) ToQuery

type ListB2xUserFlowIdentityProvidersOperationResponse

type ListB2xUserFlowIdentityProvidersOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.IdentityProviderBase
}

type RemoveB2xUserFlowIdentityProviderRefOperationOptions

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

func DefaultRemoveB2xUserFlowIdentityProviderRefOperationOptions

func DefaultRemoveB2xUserFlowIdentityProviderRefOperationOptions() RemoveB2xUserFlowIdentityProviderRefOperationOptions

func (RemoveB2xUserFlowIdentityProviderRefOperationOptions) ToHeaders

func (RemoveB2xUserFlowIdentityProviderRefOperationOptions) ToOData

func (RemoveB2xUserFlowIdentityProviderRefOperationOptions) ToQuery

type RemoveB2xUserFlowIdentityProviderRefOperationResponse

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

type RemoveB2xUserFlowIdentityProviderRefsOperationOptions

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

func DefaultRemoveB2xUserFlowIdentityProviderRefsOperationOptions

func DefaultRemoveB2xUserFlowIdentityProviderRefsOperationOptions() RemoveB2xUserFlowIdentityProviderRefsOperationOptions

func (RemoveB2xUserFlowIdentityProviderRefsOperationOptions) ToHeaders

func (RemoveB2xUserFlowIdentityProviderRefsOperationOptions) ToOData

func (RemoveB2xUserFlowIdentityProviderRefsOperationOptions) ToQuery

type RemoveB2xUserFlowIdentityProviderRefsOperationResponse

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

Jump to

Keyboard shortcuts

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