Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type AuthenticationEventsFlowClient struct + Client *msgraph.Client + func NewAuthenticationEventsFlowClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationEventsFlowClient, error) + func (c AuthenticationEventsFlowClient) CreateAuthenticationEventsFlow(ctx context.Context, input stable.AuthenticationEventsFlow, ...) (result CreateAuthenticationEventsFlowOperationResponse, err error) + func (c AuthenticationEventsFlowClient) DeleteAuthenticationEventsFlow(ctx context.Context, id stable.IdentityAuthenticationEventsFlowId, ...) (result DeleteAuthenticationEventsFlowOperationResponse, err error) + func (c AuthenticationEventsFlowClient) GetAuthenticationEventsFlow(ctx context.Context, id stable.IdentityAuthenticationEventsFlowId, ...) (result GetAuthenticationEventsFlowOperationResponse, err error) + func (c AuthenticationEventsFlowClient) GetAuthenticationEventsFlowsCount(ctx context.Context, options GetAuthenticationEventsFlowsCountOperationOptions) (result GetAuthenticationEventsFlowsCountOperationResponse, err error) + func (c AuthenticationEventsFlowClient) ListAuthenticationEventsFlows(ctx context.Context, options ListAuthenticationEventsFlowsOperationOptions) (result ListAuthenticationEventsFlowsOperationResponse, err error) + func (c AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsComplete(ctx context.Context, options ListAuthenticationEventsFlowsOperationOptions) (ListAuthenticationEventsFlowsCompleteResult, error) + func (c AuthenticationEventsFlowClient) ListAuthenticationEventsFlowsCompleteMatchingPredicate(ctx context.Context, options ListAuthenticationEventsFlowsOperationOptions, ...) (result ListAuthenticationEventsFlowsCompleteResult, err error) + func (c AuthenticationEventsFlowClient) UpdateAuthenticationEventsFlow(ctx context.Context, id stable.IdentityAuthenticationEventsFlowId, ...) (result UpdateAuthenticationEventsFlowOperationResponse, err error) + type AuthenticationEventsFlowOperationPredicate struct + func (p AuthenticationEventsFlowOperationPredicate) Matches(input stable.AuthenticationEventsFlow) bool + type CreateAuthenticationEventsFlowOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateAuthenticationEventsFlowOperationOptions() CreateAuthenticationEventsFlowOperationOptions + func (o CreateAuthenticationEventsFlowOperationOptions) ToHeaders() *client.Headers + func (o CreateAuthenticationEventsFlowOperationOptions) ToOData() *odata.Query + func (o CreateAuthenticationEventsFlowOperationOptions) ToQuery() *client.QueryParams + type CreateAuthenticationEventsFlowOperationResponse struct + HttpResponse *http.Response + Model stable.AuthenticationEventsFlow + OData *odata.OData + type DeleteAuthenticationEventsFlowOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteAuthenticationEventsFlowOperationOptions() DeleteAuthenticationEventsFlowOperationOptions + func (o DeleteAuthenticationEventsFlowOperationOptions) ToHeaders() *client.Headers + func (o DeleteAuthenticationEventsFlowOperationOptions) ToOData() *odata.Query + func (o DeleteAuthenticationEventsFlowOperationOptions) ToQuery() *client.QueryParams + type DeleteAuthenticationEventsFlowOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetAuthenticationEventsFlowOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetAuthenticationEventsFlowOperationOptions() GetAuthenticationEventsFlowOperationOptions + func (o GetAuthenticationEventsFlowOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationEventsFlowOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationEventsFlowOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationEventsFlowOperationResponse struct + HttpResponse *http.Response + Model stable.AuthenticationEventsFlow + OData *odata.OData + type GetAuthenticationEventsFlowsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetAuthenticationEventsFlowsCountOperationOptions() GetAuthenticationEventsFlowsCountOperationOptions + func (o GetAuthenticationEventsFlowsCountOperationOptions) ToHeaders() *client.Headers + func (o GetAuthenticationEventsFlowsCountOperationOptions) ToOData() *odata.Query + func (o GetAuthenticationEventsFlowsCountOperationOptions) ToQuery() *client.QueryParams + type GetAuthenticationEventsFlowsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListAuthenticationEventsFlowsCompleteResult struct + Items []stable.AuthenticationEventsFlow + LatestHttpResponse *http.Response + type ListAuthenticationEventsFlowsCustomPager struct + NextLink *odata.Link + func (p *ListAuthenticationEventsFlowsCustomPager) NextPageLink() *odata.Link + 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() ListAuthenticationEventsFlowsOperationOptions + func (o ListAuthenticationEventsFlowsOperationOptions) ToHeaders() *client.Headers + func (o ListAuthenticationEventsFlowsOperationOptions) ToOData() *odata.Query + func (o ListAuthenticationEventsFlowsOperationOptions) ToQuery() *client.QueryParams + type ListAuthenticationEventsFlowsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.AuthenticationEventsFlow + OData *odata.OData + type UpdateAuthenticationEventsFlowOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateAuthenticationEventsFlowOperationOptions() UpdateAuthenticationEventsFlowOperationOptions + func (o UpdateAuthenticationEventsFlowOperationOptions) ToHeaders() *client.Headers + func (o UpdateAuthenticationEventsFlowOperationOptions) ToOData() *odata.Query + func (o UpdateAuthenticationEventsFlowOperationOptions) ToQuery() *client.QueryParams + type UpdateAuthenticationEventsFlowOperationResponse struct + HttpResponse *http.Response + OData *odata.OData