Documentation ¶
Index ¶
- type AddB2xUserFlowIdentityProviderRefOperationOptions
- type AddB2xUserFlowIdentityProviderRefOperationResponse
- type B2xUserFlowUserFlowIdentityProviderClient
- func (c B2xUserFlowUserFlowIdentityProviderClient) AddB2xUserFlowIdentityProviderRef(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result AddB2xUserFlowIdentityProviderRefOperationResponse, err error)
- func (c B2xUserFlowUserFlowIdentityProviderClient) GetB2xUserFlowIdentityProvidersCount(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result GetB2xUserFlowIdentityProvidersCountOperationResponse, err error)
- func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefs(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result ListB2xUserFlowIdentityProviderRefsOperationResponse, err error)
- func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefsComplete(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (ListB2xUserFlowIdentityProviderRefsCompleteResult, error)
- func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefsCompleteMatchingPredicate(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result ListB2xUserFlowIdentityProviderRefsCompleteResult, err error)
- func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviders(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result ListB2xUserFlowIdentityProvidersOperationResponse, err error)
- func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProvidersComplete(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (ListB2xUserFlowIdentityProvidersCompleteResult, error)
- func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProvidersCompleteMatchingPredicate(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result ListB2xUserFlowIdentityProvidersCompleteResult, err error)
- func (c B2xUserFlowUserFlowIdentityProviderClient) RemoveB2xUserFlowIdentityProviderRef(ctx context.Context, id stable.IdentityB2xUserFlowIdUserFlowIdentityProviderId, ...) (result RemoveB2xUserFlowIdentityProviderRefOperationResponse, err error)
- func (c B2xUserFlowUserFlowIdentityProviderClient) RemoveB2xUserFlowIdentityProviderRefs(ctx context.Context, id stable.IdentityB2xUserFlowId, ...) (result RemoveB2xUserFlowIdentityProviderRefsOperationResponse, err error)
- type DirectoryObjectOperationPredicate
- type GetB2xUserFlowIdentityProvidersCountOperationOptions
- type GetB2xUserFlowIdentityProvidersCountOperationResponse
- type IdentityProviderBaseOperationPredicate
- type ListB2xUserFlowIdentityProviderRefsCompleteResult
- type ListB2xUserFlowIdentityProviderRefsCustomPager
- type ListB2xUserFlowIdentityProviderRefsOperationOptions
- type ListB2xUserFlowIdentityProviderRefsOperationResponse
- type ListB2xUserFlowIdentityProvidersCompleteResult
- type ListB2xUserFlowIdentityProvidersCustomPager
- type ListB2xUserFlowIdentityProvidersOperationOptions
- type ListB2xUserFlowIdentityProvidersOperationResponse
- type RemoveB2xUserFlowIdentityProviderRefOperationOptions
- type RemoveB2xUserFlowIdentityProviderRefOperationResponse
- type RemoveB2xUserFlowIdentityProviderRefsOperationOptions
- type RemoveB2xUserFlowIdentityProviderRefsOperationResponse
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 (o AddB2xUserFlowIdentityProviderRefOperationOptions) ToHeaders() *client.Headers
func (AddB2xUserFlowIdentityProviderRefOperationOptions) ToOData ¶
func (o AddB2xUserFlowIdentityProviderRefOperationOptions) ToOData() *odata.Query
func (AddB2xUserFlowIdentityProviderRefOperationOptions) ToQuery ¶
func (o AddB2xUserFlowIdentityProviderRefOperationOptions) ToQuery() *client.QueryParams
type B2xUserFlowUserFlowIdentityProviderClient ¶
func NewB2xUserFlowUserFlowIdentityProviderClientWithBaseURI ¶
func NewB2xUserFlowUserFlowIdentityProviderClientWithBaseURI(sdkApi sdkEnv.Api) (*B2xUserFlowUserFlowIdentityProviderClient, error)
func (B2xUserFlowUserFlowIdentityProviderClient) AddB2xUserFlowIdentityProviderRef ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) AddB2xUserFlowIdentityProviderRef(ctx context.Context, id stable.IdentityB2xUserFlowId, input stable.ReferenceCreate, options AddB2xUserFlowIdentityProviderRefOperationOptions) (result AddB2xUserFlowIdentityProviderRefOperationResponse, err error)
AddB2xUserFlowIdentityProviderRef - Create new navigation property ref to userFlowIdentityProviders for identity
func (B2xUserFlowUserFlowIdentityProviderClient) GetB2xUserFlowIdentityProvidersCount ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) GetB2xUserFlowIdentityProvidersCount(ctx context.Context, id stable.IdentityB2xUserFlowId, options GetB2xUserFlowIdentityProvidersCountOperationOptions) (result GetB2xUserFlowIdentityProvidersCountOperationResponse, err error)
GetB2xUserFlowIdentityProvidersCount - Get the number of the resource
func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefs ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefs(ctx context.Context, id stable.IdentityB2xUserFlowId, options ListB2xUserFlowIdentityProviderRefsOperationOptions) (result ListB2xUserFlowIdentityProviderRefsOperationResponse, err error)
ListB2xUserFlowIdentityProviderRefs - Get ref of userFlowIdentityProviders from identity
func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefsComplete ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefsComplete(ctx context.Context, id stable.IdentityB2xUserFlowId, options ListB2xUserFlowIdentityProviderRefsOperationOptions) (ListB2xUserFlowIdentityProviderRefsCompleteResult, error)
ListB2xUserFlowIdentityProviderRefsComplete retrieves all the results into a single object
func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefsCompleteMatchingPredicate ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviderRefsCompleteMatchingPredicate(ctx context.Context, id stable.IdentityB2xUserFlowId, options ListB2xUserFlowIdentityProviderRefsOperationOptions, predicate DirectoryObjectOperationPredicate) (result ListB2xUserFlowIdentityProviderRefsCompleteResult, err error)
ListB2xUserFlowIdentityProviderRefsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviders ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProviders(ctx context.Context, id stable.IdentityB2xUserFlowId, options ListB2xUserFlowIdentityProvidersOperationOptions) (result ListB2xUserFlowIdentityProvidersOperationResponse, err error)
ListB2xUserFlowIdentityProviders - Get userFlowIdentityProviders from identity
func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProvidersComplete ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProvidersComplete(ctx context.Context, id stable.IdentityB2xUserFlowId, options ListB2xUserFlowIdentityProvidersOperationOptions) (ListB2xUserFlowIdentityProvidersCompleteResult, error)
ListB2xUserFlowIdentityProvidersComplete retrieves all the results into a single object
func (B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProvidersCompleteMatchingPredicate ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) ListB2xUserFlowIdentityProvidersCompleteMatchingPredicate(ctx context.Context, id stable.IdentityB2xUserFlowId, options ListB2xUserFlowIdentityProvidersOperationOptions, predicate IdentityProviderBaseOperationPredicate) (result ListB2xUserFlowIdentityProvidersCompleteResult, err error)
ListB2xUserFlowIdentityProvidersCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (B2xUserFlowUserFlowIdentityProviderClient) RemoveB2xUserFlowIdentityProviderRef ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) RemoveB2xUserFlowIdentityProviderRef(ctx context.Context, id stable.IdentityB2xUserFlowIdUserFlowIdentityProviderId, options RemoveB2xUserFlowIdentityProviderRefOperationOptions) (result RemoveB2xUserFlowIdentityProviderRefOperationResponse, err error)
RemoveB2xUserFlowIdentityProviderRef - Delete ref of navigation property userFlowIdentityProviders for identity
func (B2xUserFlowUserFlowIdentityProviderClient) RemoveB2xUserFlowIdentityProviderRefs ¶
func (c B2xUserFlowUserFlowIdentityProviderClient) RemoveB2xUserFlowIdentityProviderRefs(ctx context.Context, id stable.IdentityB2xUserFlowId, options RemoveB2xUserFlowIdentityProviderRefsOperationOptions) (result RemoveB2xUserFlowIdentityProviderRefsOperationResponse, err error)
RemoveB2xUserFlowIdentityProviderRefs - Delete ref of navigation property userFlowIdentityProviders for identity
type DirectoryObjectOperationPredicate ¶
type DirectoryObjectOperationPredicate struct { }
func (DirectoryObjectOperationPredicate) Matches ¶
func (p DirectoryObjectOperationPredicate) Matches(input stable.DirectoryObject) bool
type GetB2xUserFlowIdentityProvidersCountOperationOptions ¶
type GetB2xUserFlowIdentityProvidersCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetB2xUserFlowIdentityProvidersCountOperationOptions ¶
func DefaultGetB2xUserFlowIdentityProvidersCountOperationOptions() GetB2xUserFlowIdentityProvidersCountOperationOptions
func (GetB2xUserFlowIdentityProvidersCountOperationOptions) ToHeaders ¶
func (o GetB2xUserFlowIdentityProvidersCountOperationOptions) ToHeaders() *client.Headers
func (GetB2xUserFlowIdentityProvidersCountOperationOptions) ToOData ¶
func (o GetB2xUserFlowIdentityProvidersCountOperationOptions) ToOData() *odata.Query
func (GetB2xUserFlowIdentityProvidersCountOperationOptions) ToQuery ¶
func (o GetB2xUserFlowIdentityProvidersCountOperationOptions) ToQuery() *client.QueryParams
type IdentityProviderBaseOperationPredicate ¶
type IdentityProviderBaseOperationPredicate struct { }
func (IdentityProviderBaseOperationPredicate) Matches ¶
func (p IdentityProviderBaseOperationPredicate) Matches(input stable.IdentityProviderBase) bool
type ListB2xUserFlowIdentityProviderRefsCompleteResult ¶
type ListB2xUserFlowIdentityProviderRefsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.DirectoryObject }
type ListB2xUserFlowIdentityProviderRefsCustomPager ¶
type ListB2xUserFlowIdentityProviderRefsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListB2xUserFlowIdentityProviderRefsCustomPager) NextPageLink ¶
func (p *ListB2xUserFlowIdentityProviderRefsCustomPager) NextPageLink() *odata.Link
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 (o ListB2xUserFlowIdentityProviderRefsOperationOptions) ToHeaders() *client.Headers
func (ListB2xUserFlowIdentityProviderRefsOperationOptions) ToOData ¶
func (o ListB2xUserFlowIdentityProviderRefsOperationOptions) ToOData() *odata.Query
func (ListB2xUserFlowIdentityProviderRefsOperationOptions) ToQuery ¶
func (o ListB2xUserFlowIdentityProviderRefsOperationOptions) ToQuery() *client.QueryParams
type ListB2xUserFlowIdentityProvidersCompleteResult ¶
type ListB2xUserFlowIdentityProvidersCompleteResult struct { LatestHttpResponse *http.Response Items []stable.IdentityProviderBase }
type ListB2xUserFlowIdentityProvidersCustomPager ¶
type ListB2xUserFlowIdentityProvidersCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListB2xUserFlowIdentityProvidersCustomPager) NextPageLink ¶
func (p *ListB2xUserFlowIdentityProvidersCustomPager) NextPageLink() *odata.Link
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 (o ListB2xUserFlowIdentityProvidersOperationOptions) ToHeaders() *client.Headers
func (ListB2xUserFlowIdentityProvidersOperationOptions) ToOData ¶
func (o ListB2xUserFlowIdentityProvidersOperationOptions) ToOData() *odata.Query
func (ListB2xUserFlowIdentityProvidersOperationOptions) ToQuery ¶
func (o ListB2xUserFlowIdentityProvidersOperationOptions) ToQuery() *client.QueryParams
type RemoveB2xUserFlowIdentityProviderRefOperationOptions ¶
type RemoveB2xUserFlowIdentityProviderRefOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveB2xUserFlowIdentityProviderRefOperationOptions ¶
func DefaultRemoveB2xUserFlowIdentityProviderRefOperationOptions() RemoveB2xUserFlowIdentityProviderRefOperationOptions
func (RemoveB2xUserFlowIdentityProviderRefOperationOptions) ToHeaders ¶
func (o RemoveB2xUserFlowIdentityProviderRefOperationOptions) ToHeaders() *client.Headers
func (RemoveB2xUserFlowIdentityProviderRefOperationOptions) ToOData ¶
func (o RemoveB2xUserFlowIdentityProviderRefOperationOptions) ToOData() *odata.Query
func (RemoveB2xUserFlowIdentityProviderRefOperationOptions) ToQuery ¶
func (o RemoveB2xUserFlowIdentityProviderRefOperationOptions) ToQuery() *client.QueryParams
type RemoveB2xUserFlowIdentityProviderRefsOperationOptions ¶
type RemoveB2xUserFlowIdentityProviderRefsOperationOptions struct { Id *string IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultRemoveB2xUserFlowIdentityProviderRefsOperationOptions ¶
func DefaultRemoveB2xUserFlowIdentityProviderRefsOperationOptions() RemoveB2xUserFlowIdentityProviderRefsOperationOptions
func (RemoveB2xUserFlowIdentityProviderRefsOperationOptions) ToHeaders ¶
func (o RemoveB2xUserFlowIdentityProviderRefsOperationOptions) ToHeaders() *client.Headers
func (RemoveB2xUserFlowIdentityProviderRefsOperationOptions) ToOData ¶
func (o RemoveB2xUserFlowIdentityProviderRefsOperationOptions) ToOData() *odata.Query
func (RemoveB2xUserFlowIdentityProviderRefsOperationOptions) ToQuery ¶
func (o RemoveB2xUserFlowIdentityProviderRefsOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_addb2xuserflowidentityproviderref.go
- method_getb2xuserflowidentityproviderscount.go
- method_listb2xuserflowidentityproviderrefs.go
- method_listb2xuserflowidentityproviders.go
- method_removeb2xuserflowidentityproviderref.go
- method_removeb2xuserflowidentityproviderrefs.go
- predicates.go
- version.go