authenticationeventsflow

package
v0.20241118.1115603 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticationEventsFlowClient

type AuthenticationEventsFlowClient struct {
	Client *msgraph.Client
}

func NewAuthenticationEventsFlowClientWithBaseURI

func NewAuthenticationEventsFlowClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationEventsFlowClient, error)

func (AuthenticationEventsFlowClient) CreateAuthenticationEventsFlow

CreateAuthenticationEventsFlow - Create authenticationEventsFlow. Create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow object type.

func (AuthenticationEventsFlowClient) DeleteAuthenticationEventsFlow

DeleteAuthenticationEventsFlow - Delete authenticationEventsFlow. Delete a specific authenticationEventsFlow resource by ID. This operation also removes or unlinks all applications from the flow, which disables the customized authentication experience defined for the application. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow

func (AuthenticationEventsFlowClient) GetAuthenticationEventsFlow

GetAuthenticationEventsFlow - Get authenticationEventsFlow. Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID. The @odata.type property in the response object indicates the type of the object, which can be one of the following derived subtypes: - externalUsersSelfServiceSignupEventsFlow

func (AuthenticationEventsFlowClient) GetAuthenticationEventsFlowsCount

GetAuthenticationEventsFlowsCount - Get the number of the resource

func (AuthenticationEventsFlowClient) ListAuthenticationEventsFlows

ListAuthenticationEventsFlows - List authenticationEventsFlows. Get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow

func (AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsComplete

ListAuthenticationEventsFlowsComplete retrieves all the results into a single object

func (AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsCompleteMatchingPredicate

ListAuthenticationEventsFlowsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (AuthenticationEventsFlowClient) UpdateAuthenticationEventsFlow

UpdateAuthenticationEventsFlow - Update authenticationEventsFlow. Update the properties of an authenticationEventsFlow object by ID. You must specify the @odata.type property and the value of the authenticationEventsFlow object type to update. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow

type AuthenticationEventsFlowOperationPredicate

type AuthenticationEventsFlowOperationPredicate struct {
}

func (AuthenticationEventsFlowOperationPredicate) Matches

type CreateAuthenticationEventsFlowOperationOptions

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

func DefaultCreateAuthenticationEventsFlowOperationOptions

func DefaultCreateAuthenticationEventsFlowOperationOptions() CreateAuthenticationEventsFlowOperationOptions

func (CreateAuthenticationEventsFlowOperationOptions) ToHeaders

func (CreateAuthenticationEventsFlowOperationOptions) ToOData

func (CreateAuthenticationEventsFlowOperationOptions) ToQuery

type CreateAuthenticationEventsFlowOperationResponse

type CreateAuthenticationEventsFlowOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        stable.AuthenticationEventsFlow
}

type DeleteAuthenticationEventsFlowOperationOptions

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

func DefaultDeleteAuthenticationEventsFlowOperationOptions

func DefaultDeleteAuthenticationEventsFlowOperationOptions() DeleteAuthenticationEventsFlowOperationOptions

func (DeleteAuthenticationEventsFlowOperationOptions) ToHeaders

func (DeleteAuthenticationEventsFlowOperationOptions) ToOData

func (DeleteAuthenticationEventsFlowOperationOptions) ToQuery

type DeleteAuthenticationEventsFlowOperationResponse

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

type GetAuthenticationEventsFlowOperationOptions

type GetAuthenticationEventsFlowOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetAuthenticationEventsFlowOperationOptions

func DefaultGetAuthenticationEventsFlowOperationOptions() GetAuthenticationEventsFlowOperationOptions

func (GetAuthenticationEventsFlowOperationOptions) ToHeaders

func (GetAuthenticationEventsFlowOperationOptions) ToOData

func (GetAuthenticationEventsFlowOperationOptions) ToQuery

type GetAuthenticationEventsFlowOperationResponse

type GetAuthenticationEventsFlowOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        stable.AuthenticationEventsFlow
}

type GetAuthenticationEventsFlowsCountOperationOptions

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

func DefaultGetAuthenticationEventsFlowsCountOperationOptions

func DefaultGetAuthenticationEventsFlowsCountOperationOptions() GetAuthenticationEventsFlowsCountOperationOptions

func (GetAuthenticationEventsFlowsCountOperationOptions) ToHeaders

func (GetAuthenticationEventsFlowsCountOperationOptions) ToOData

func (GetAuthenticationEventsFlowsCountOperationOptions) ToQuery

type GetAuthenticationEventsFlowsCountOperationResponse

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

type ListAuthenticationEventsFlowsCompleteResult

type ListAuthenticationEventsFlowsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.AuthenticationEventsFlow
}

type ListAuthenticationEventsFlowsCustomPager

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

type ListAuthenticationEventsFlowsOperationOptions

type ListAuthenticationEventsFlowsOperationOptions 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 DefaultListAuthenticationEventsFlowsOperationOptions

func DefaultListAuthenticationEventsFlowsOperationOptions() ListAuthenticationEventsFlowsOperationOptions

func (ListAuthenticationEventsFlowsOperationOptions) ToHeaders

func (ListAuthenticationEventsFlowsOperationOptions) ToOData

func (ListAuthenticationEventsFlowsOperationOptions) ToQuery

type ListAuthenticationEventsFlowsOperationResponse

type ListAuthenticationEventsFlowsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.AuthenticationEventsFlow
}

type UpdateAuthenticationEventsFlowOperationOptions

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

func DefaultUpdateAuthenticationEventsFlowOperationOptions

func DefaultUpdateAuthenticationEventsFlowOperationOptions() UpdateAuthenticationEventsFlowOperationOptions

func (UpdateAuthenticationEventsFlowOperationOptions) ToHeaders

func (UpdateAuthenticationEventsFlowOperationOptions) ToOData

func (UpdateAuthenticationEventsFlowOperationOptions) ToQuery

type UpdateAuthenticationEventsFlowOperationResponse

type UpdateAuthenticationEventsFlowOperationResponse 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