identity

package
v1.59.0 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: MIT Imports: 6 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateApiConnectorsItemUploadClientCertificatePostRequestBodyFromDiscriminatorValue added in v0.49.0

func CreateApiConnectorsItemUploadClientCertificatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateApiConnectorsItemUploadClientCertificatePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBodyFromDiscriminatorValue added in v1.14.0

func CreateB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBodyFromDiscriminatorValue added in v1.14.0

func CreateB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateB2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBodyFromDiscriminatorValue added in v0.49.0

func CreateB2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateB2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue added in v0.63.0

func CreateConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateCustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBodyFromDiscriminatorValue added in v1.40.0

func CreateCustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateCustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateIdentityProvidersAvailableProviderTypesGetResponseFromDiscriminatorValue added in v1.20.0

func CreateIdentityProvidersAvailableProviderTypesGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateIdentityProvidersAvailableProviderTypesGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

func CreateIdentityProvidersAvailableProviderTypesResponseFromDiscriminatorValue added in v0.49.0

CreateIdentityProvidersAvailableProviderTypesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

Types

type ApiConnectorsCountRequestBuilder added in v0.49.0

ApiConnectorsCountRequestBuilder provides operations to count the resources in the collection.

func NewApiConnectorsCountRequestBuilder added in v0.49.0

NewApiConnectorsCountRequestBuilder instantiates a new ApiConnectorsCountRequestBuilder and sets the default values.

func NewApiConnectorsCountRequestBuilderInternal added in v0.49.0

func NewApiConnectorsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApiConnectorsCountRequestBuilder

NewApiConnectorsCountRequestBuilderInternal instantiates a new ApiConnectorsCountRequestBuilder and sets the default values.

func (*ApiConnectorsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ApiConnectorsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ApiConnectorsCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ApiConnectorsCountRequestBuilder when successful

type ApiConnectorsCountRequestBuilderGetQueryParameters added in v0.53.0

type ApiConnectorsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ApiConnectorsCountRequestBuilderGetQueryParameters get the number of the resource

type ApiConnectorsCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ApiConnectorsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ApiConnectorsCountRequestBuilderGetQueryParameters
}

ApiConnectorsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApiConnectorsIdentityApiConnectorItemRequestBuilder added in v0.49.0

type ApiConnectorsIdentityApiConnectorItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ApiConnectorsIdentityApiConnectorItemRequestBuilder provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity.

func NewApiConnectorsIdentityApiConnectorItemRequestBuilder added in v0.49.0

NewApiConnectorsIdentityApiConnectorItemRequestBuilder instantiates a new ApiConnectorsIdentityApiConnectorItemRequestBuilder and sets the default values.

func NewApiConnectorsIdentityApiConnectorItemRequestBuilderInternal added in v0.49.0

func NewApiConnectorsIdentityApiConnectorItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApiConnectorsIdentityApiConnectorItemRequestBuilder

NewApiConnectorsIdentityApiConnectorItemRequestBuilderInternal instantiates a new ApiConnectorsIdentityApiConnectorItemRequestBuilder and sets the default values.

func (*ApiConnectorsIdentityApiConnectorItemRequestBuilder) Delete added in v0.49.0

Delete delete an identityApiConnector object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ApiConnectorsIdentityApiConnectorItemRequestBuilder) Get added in v0.49.0

Get read the properties of an identityApiConnector object. returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ApiConnectorsIdentityApiConnectorItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of an identityApiConnector object. returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ApiConnectorsIdentityApiConnectorItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete an identityApiConnector object. returns a *RequestInformation when successful

func (*ApiConnectorsIdentityApiConnectorItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read the properties of an identityApiConnector object. returns a *RequestInformation when successful

func (*ApiConnectorsIdentityApiConnectorItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of an identityApiConnector object. returns a *RequestInformation when successful

func (*ApiConnectorsIdentityApiConnectorItemRequestBuilder) UploadClientCertificate added in v0.49.0

UploadClientCertificate provides operations to call the uploadClientCertificate method. returns a *ApiConnectorsItemUploadClientCertificateRequestBuilder when successful

func (*ApiConnectorsIdentityApiConnectorItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ApiConnectorsIdentityApiConnectorItemRequestBuilder when successful

type ApiConnectorsIdentityApiConnectorItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type ApiConnectorsIdentityApiConnectorItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ApiConnectorsIdentityApiConnectorItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApiConnectorsIdentityApiConnectorItemRequestBuilderGetQueryParameters added in v0.49.0

type ApiConnectorsIdentityApiConnectorItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ApiConnectorsIdentityApiConnectorItemRequestBuilderGetQueryParameters read the properties of an identityApiConnector object.

type ApiConnectorsIdentityApiConnectorItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ApiConnectorsIdentityApiConnectorItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ApiConnectorsIdentityApiConnectorItemRequestBuilderGetQueryParameters
}

ApiConnectorsIdentityApiConnectorItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApiConnectorsIdentityApiConnectorItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type ApiConnectorsIdentityApiConnectorItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ApiConnectorsIdentityApiConnectorItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApiConnectorsItemUploadClientCertificatePostRequestBody added in v0.49.0

type ApiConnectorsItemUploadClientCertificatePostRequestBody struct {
	// contains filtered or unexported fields
}

func NewApiConnectorsItemUploadClientCertificatePostRequestBody added in v0.49.0

func NewApiConnectorsItemUploadClientCertificatePostRequestBody() *ApiConnectorsItemUploadClientCertificatePostRequestBody

NewApiConnectorsItemUploadClientCertificatePostRequestBody instantiates a new ApiConnectorsItemUploadClientCertificatePostRequestBody and sets the default values.

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) GetAdditionalData added in v0.49.0

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) GetPassword added in v0.49.0

GetPassword gets the password property value. The password property returns a *string when successful

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) GetPkcs12Value added in v0.49.0

GetPkcs12Value gets the pkcs12Value property value. The pkcs12Value property returns a *string when successful

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) SetAdditionalData added in v0.49.0

func (m *ApiConnectorsItemUploadClientCertificatePostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) SetPassword added in v0.49.0

SetPassword sets the password property value. The password property

func (*ApiConnectorsItemUploadClientCertificatePostRequestBody) SetPkcs12Value added in v0.49.0

SetPkcs12Value sets the pkcs12Value property value. The pkcs12Value property

type ApiConnectorsItemUploadClientCertificateRequestBuilder added in v0.49.0

type ApiConnectorsItemUploadClientCertificateRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ApiConnectorsItemUploadClientCertificateRequestBuilder provides operations to call the uploadClientCertificate method.

func NewApiConnectorsItemUploadClientCertificateRequestBuilder added in v0.49.0

func NewApiConnectorsItemUploadClientCertificateRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApiConnectorsItemUploadClientCertificateRequestBuilder

NewApiConnectorsItemUploadClientCertificateRequestBuilder instantiates a new ApiConnectorsItemUploadClientCertificateRequestBuilder and sets the default values.

func NewApiConnectorsItemUploadClientCertificateRequestBuilderInternal added in v0.49.0

func NewApiConnectorsItemUploadClientCertificateRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApiConnectorsItemUploadClientCertificateRequestBuilder

NewApiConnectorsItemUploadClientCertificateRequestBuilderInternal instantiates a new ApiConnectorsItemUploadClientCertificateRequestBuilder and sets the default values.

func (*ApiConnectorsItemUploadClientCertificateRequestBuilder) Post added in v0.49.0

Post upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ApiConnectorsItemUploadClientCertificateRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. returns a *RequestInformation when successful

func (*ApiConnectorsItemUploadClientCertificateRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ApiConnectorsItemUploadClientCertificateRequestBuilder when successful

type ApiConnectorsItemUploadClientCertificateRequestBuilderPostRequestConfiguration added in v0.49.0

type ApiConnectorsItemUploadClientCertificateRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ApiConnectorsItemUploadClientCertificateRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApiConnectorsRequestBuilder added in v0.49.0

ApiConnectorsRequestBuilder provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity.

func NewApiConnectorsRequestBuilder added in v0.49.0

NewApiConnectorsRequestBuilder instantiates a new ApiConnectorsRequestBuilder and sets the default values.

func NewApiConnectorsRequestBuilderInternal added in v0.49.0

func NewApiConnectorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApiConnectorsRequestBuilder

NewApiConnectorsRequestBuilderInternal instantiates a new ApiConnectorsRequestBuilder and sets the default values.

func (*ApiConnectorsRequestBuilder) ByIdentityApiConnectorId added in v0.63.0

func (m *ApiConnectorsRequestBuilder) ByIdentityApiConnectorId(identityApiConnectorId string) *ApiConnectorsIdentityApiConnectorItemRequestBuilder

ByIdentityApiConnectorId provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity. returns a *ApiConnectorsIdentityApiConnectorItemRequestBuilder when successful

func (*ApiConnectorsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *ApiConnectorsCountRequestBuilder when successful

func (*ApiConnectorsRequestBuilder) Get added in v0.49.0

Get read the properties of an identityApiConnector object. returns a IdentityApiConnectorCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ApiConnectorsRequestBuilder) Post added in v0.49.0

Post create a new identityApiConnector object. returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ApiConnectorsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read the properties of an identityApiConnector object. returns a *RequestInformation when successful

func (*ApiConnectorsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new identityApiConnector object. returns a *RequestInformation when successful

func (*ApiConnectorsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ApiConnectorsRequestBuilder when successful

type ApiConnectorsRequestBuilderGetQueryParameters added in v0.49.0

type ApiConnectorsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ApiConnectorsRequestBuilderGetQueryParameters read the properties of an identityApiConnector object.

type ApiConnectorsRequestBuilderGetRequestConfiguration added in v0.49.0

type ApiConnectorsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ApiConnectorsRequestBuilderGetQueryParameters
}

ApiConnectorsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ApiConnectorsRequestBuilderPostRequestConfiguration added in v0.49.0

type ApiConnectorsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ApiConnectorsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder added in v1.40.0

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder provides operations to manage the authenticationEventListeners property of the microsoft.graph.identityContainer entity.

func NewAuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder added in v1.40.0

func NewAuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder

NewAuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder instantiates a new AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder and sets the default values.

func NewAuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderInternal added in v1.40.0

func NewAuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder

NewAuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderInternal instantiates a new AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder and sets the default values.

func (*AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder) Delete added in v1.40.0

Delete delete an authenticationEventListener object. The following derived types are currently supported. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder) Get added in v1.40.0

Get read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. returns a AuthenticationEventListenerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder) Patch added in v1.40.0

Patch update the properties of an authenticationEventListener object. You must specify the @odata.type property and the value of the authenticationEventListener object type to update. The following derived types are currently supported. returns a AuthenticationEventListenerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder) ToDeleteRequestInformation added in v1.40.0

ToDeleteRequestInformation delete an authenticationEventListener object. The following derived types are currently supported. returns a *RequestInformation when successful

func (*AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder) ToGetRequestInformation added in v1.40.0

ToGetRequestInformation read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported. returns a *RequestInformation when successful

func (*AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder) ToPatchRequestInformation added in v1.40.0

ToPatchRequestInformation update the properties of an authenticationEventListener object. You must specify the @odata.type property and the value of the authenticationEventListener object type to update. The following derived types are currently supported. returns a *RequestInformation when successful

func (*AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder) WithUrl added in v1.40.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder when successful

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderDeleteRequestConfiguration added in v1.40.0

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderGetQueryParameters added in v1.40.0

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderGetQueryParameters read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported.

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderGetRequestConfiguration added in v1.40.0

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderGetQueryParameters
}

AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderPatchRequestConfiguration added in v1.40.0

type AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventListenersCountRequestBuilder added in v1.40.0

type AuthenticationEventListenersCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventListenersCountRequestBuilder provides operations to count the resources in the collection.

func NewAuthenticationEventListenersCountRequestBuilder added in v1.40.0

NewAuthenticationEventListenersCountRequestBuilder instantiates a new AuthenticationEventListenersCountRequestBuilder and sets the default values.

func NewAuthenticationEventListenersCountRequestBuilderInternal added in v1.40.0

func NewAuthenticationEventListenersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventListenersCountRequestBuilder

NewAuthenticationEventListenersCountRequestBuilderInternal instantiates a new AuthenticationEventListenersCountRequestBuilder and sets the default values.

func (*AuthenticationEventListenersCountRequestBuilder) Get added in v1.40.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventListenersCountRequestBuilder) ToGetRequestInformation added in v1.40.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*AuthenticationEventListenersCountRequestBuilder) WithUrl added in v1.40.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventListenersCountRequestBuilder when successful

type AuthenticationEventListenersCountRequestBuilderGetQueryParameters added in v1.40.0

type AuthenticationEventListenersCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

AuthenticationEventListenersCountRequestBuilderGetQueryParameters get the number of the resource

type AuthenticationEventListenersCountRequestBuilderGetRequestConfiguration added in v1.40.0

type AuthenticationEventListenersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventListenersCountRequestBuilderGetQueryParameters
}

AuthenticationEventListenersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventListenersRequestBuilder added in v1.40.0

type AuthenticationEventListenersRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventListenersRequestBuilder provides operations to manage the authenticationEventListeners property of the microsoft.graph.identityContainer entity.

func NewAuthenticationEventListenersRequestBuilder added in v1.40.0

NewAuthenticationEventListenersRequestBuilder instantiates a new AuthenticationEventListenersRequestBuilder and sets the default values.

func NewAuthenticationEventListenersRequestBuilderInternal added in v1.40.0

func NewAuthenticationEventListenersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventListenersRequestBuilder

NewAuthenticationEventListenersRequestBuilderInternal instantiates a new AuthenticationEventListenersRequestBuilder and sets the default values.

func (*AuthenticationEventListenersRequestBuilder) ByAuthenticationEventListenerId added in v1.40.0

ByAuthenticationEventListenerId provides operations to manage the authenticationEventListeners property of the microsoft.graph.identityContainer entity. returns a *AuthenticationEventListenersAuthenticationEventListenerItemRequestBuilder when successful

func (*AuthenticationEventListenersRequestBuilder) Count added in v1.40.0

Count provides operations to count the resources in the collection. returns a *AuthenticationEventListenersCountRequestBuilder when successful

func (*AuthenticationEventListenersRequestBuilder) Get added in v1.40.0

Get get a list of the authenticationEventListener objects and their properties. The following derived types are supported: returns a AuthenticationEventListenerCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventListenersRequestBuilder) Post added in v1.40.0

Post create a new authenticationEventListener object. You can create one of the following subtypes that are derived from authenticationEventListener. returns a AuthenticationEventListenerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventListenersRequestBuilder) ToGetRequestInformation added in v1.40.0

ToGetRequestInformation get a list of the authenticationEventListener objects and their properties. The following derived types are supported: returns a *RequestInformation when successful

func (*AuthenticationEventListenersRequestBuilder) ToPostRequestInformation added in v1.40.0

ToPostRequestInformation create a new authenticationEventListener object. You can create one of the following subtypes that are derived from authenticationEventListener. returns a *RequestInformation when successful

func (*AuthenticationEventListenersRequestBuilder) WithUrl added in v1.40.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventListenersRequestBuilder when successful

type AuthenticationEventListenersRequestBuilderGetQueryParameters added in v1.40.0

type AuthenticationEventListenersRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

AuthenticationEventListenersRequestBuilderGetQueryParameters get a list of the authenticationEventListener objects and their properties. The following derived types are supported:

type AuthenticationEventListenersRequestBuilderGetRequestConfiguration added in v1.40.0

type AuthenticationEventListenersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventListenersRequestBuilderGetQueryParameters
}

AuthenticationEventListenersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventListenersRequestBuilderPostRequestConfiguration added in v1.40.0

type AuthenticationEventListenersRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventListenersRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity.

func NewAuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder

NewAuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder instantiates a new AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder

NewAuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderInternal instantiates a new AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder) Conditions added in v1.46.0

Conditions the conditions property returns a *AuthenticationEventsFlowsItemConditionsRequestBuilder when successful

func (*AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder) Delete added in v1.46.0

Delete 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 returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder) Get added in v1.46.0

Get 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 returns a AuthenticationEventsFlowable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder) GraphExternalUsersSelfServiceSignUpEventsFlow added in v1.46.0

GraphExternalUsersSelfServiceSignUpEventsFlow casts the previous resource to externalUsersSelfServiceSignUpEventsFlow. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder when successful

func (*AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder) Patch added in v1.46.0

Patch 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 returns a AuthenticationEventsFlowable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder) ToDeleteRequestInformation added in v1.46.0

ToDeleteRequestInformation 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 returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation 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 returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder) ToPatchRequestInformation added in v1.46.0

ToPatchRequestInformation 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 returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder when successful

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderDeleteRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderGetQueryParameters 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

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderPatchRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsCountRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsCountRequestBuilder provides operations to count the resources in the collection.

func NewAuthenticationEventsFlowsCountRequestBuilder added in v1.46.0

NewAuthenticationEventsFlowsCountRequestBuilder instantiates a new AuthenticationEventsFlowsCountRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsCountRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsCountRequestBuilder

NewAuthenticationEventsFlowsCountRequestBuilderInternal instantiates a new AuthenticationEventsFlowsCountRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsCountRequestBuilder) Get added in v1.46.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsCountRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsCountRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsCountRequestBuilder when successful

type AuthenticationEventsFlowsCountRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

AuthenticationEventsFlowsCountRequestBuilderGetQueryParameters get the number of the resource

type AuthenticationEventsFlowsCountRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsCountRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder provides operations to count the resources in the collection.

func NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder

NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder instantiates a new AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder

NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderInternal instantiates a new AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder) Get added in v1.46.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder when successful

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderGetQueryParameters get the number of the resource

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder casts the previous resource to externalUsersSelfServiceSignUpEventsFlow.

func NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder

NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder instantiates a new AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder

NewAuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderInternal instantiates a new AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) Count added in v1.46.0

Count provides operations to count the resources in the collection. returns a *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowCountRequestBuilder when successful

func (*AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) Get added in v1.46.0

Get get the items of type microsoft.graph.externalUsersSelfServiceSignUpEventsFlow in the microsoft.graph.authenticationEventsFlow collection returns a ExternalUsersSelfServiceSignUpEventsFlowCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the items of type microsoft.graph.externalUsersSelfServiceSignUpEventsFlow in the microsoft.graph.authenticationEventsFlow collection returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder when successful

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters get the items of type microsoft.graph.externalUsersSelfServiceSignUpEventsFlow in the microsoft.graph.authenticationEventsFlow collection

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity.

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder

NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder instantiates a new AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder

NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) Delete added in v1.46.0

Delete remove or unlink an application from an authenticationEventsFlow object. This disables the customized authentication experience defined for the application. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) Get added in v1.46.0

Get get includeApplications from identity returns a AuthenticationConditionApplicationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) Patch added in v1.46.0

Patch update the navigation property includeApplications in identity returns a AuthenticationConditionApplicationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) ToDeleteRequestInformation added in v1.46.0

ToDeleteRequestInformation remove or unlink an application from an authenticationEventsFlow object. This disables the customized authentication experience defined for the application. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get includeApplications from identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) ToPatchRequestInformation added in v1.46.0

ToPatchRequestInformation update the navigation property includeApplications in identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder when successful

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderDeleteRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetQueryParameters get includeApplications from identity

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderPatchRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder provides operations to count the resources in the collection.

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder

NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder instantiates a new AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder

NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder) Get added in v1.46.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder when successful

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderGetQueryParameters get the number of the resource

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity.

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder

NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder instantiates a new AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder

NewAuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder) ByAuthenticationConditionApplicationAppId added in v1.46.0

ByAuthenticationConditionApplicationAppId provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity. returns a *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder when successful

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder) Count added in v1.46.0

Count provides operations to count the resources in the collection. returns a *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsCountRequestBuilder when successful

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder) Get added in v1.46.0

Get list the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the applications for which the authentication experience that's defined by the user flow is enabled. To find the user flow that's linked to an application, see Example 4: List user flow associated with specific application ID. returns a AuthenticationConditionApplicationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder) Post added in v1.46.0

Post add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow. The app must have an associated service principal in the tenant. returns a AuthenticationConditionApplicationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation list the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the applications for which the authentication experience that's defined by the user flow is enabled. To find the user flow that's linked to an application, see Example 4: List user flow associated with specific application ID. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder) ToPostRequestInformation added in v1.46.0

ToPostRequestInformation add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow. The app must have an associated service principal in the tenant. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder when successful

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderGetQueryParameters list the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the applications for which the authentication experience that's defined by the user flow is enabled. To find the user flow that's linked to an application, see Example 4: List user flow associated with specific application ID.

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderPostRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder builds and executes requests for operations under \identity\authenticationEventsFlows\{authenticationEventsFlow-id}\conditions\applications

func NewAuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder

NewAuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder instantiates a new AuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemConditionsApplicationsRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsApplicationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder

NewAuthenticationEventsFlowsItemConditionsApplicationsRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder) IncludeApplications added in v1.46.0

IncludeApplications provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity. returns a *AuthenticationEventsFlowsItemConditionsApplicationsIncludeApplicationsRequestBuilder when successful

type AuthenticationEventsFlowsItemConditionsRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemConditionsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemConditionsRequestBuilder builds and executes requests for operations under \identity\authenticationEventsFlows\{authenticationEventsFlow-id}\conditions

func NewAuthenticationEventsFlowsItemConditionsRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsRequestBuilder

NewAuthenticationEventsFlowsItemConditionsRequestBuilder instantiates a new AuthenticationEventsFlowsItemConditionsRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemConditionsRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemConditionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemConditionsRequestBuilder

NewAuthenticationEventsFlowsItemConditionsRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemConditionsRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemConditionsRequestBuilder) Applications added in v1.46.0

Applications the applications property returns a *AuthenticationEventsFlowsItemConditionsApplicationsRequestBuilder when successful

func (*AuthenticationEventsFlowsItemConditionsRequestBuilder) Get added in v1.46.0

Get the conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. Supports $filter (eq). See support for filtering on user flows for syntax information. returns a AuthenticationConditionsable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemConditionsRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation the conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. Supports $filter (eq). See support for filtering on user flows for syntax information. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemConditionsRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemConditionsRequestBuilder when successful

type AuthenticationEventsFlowsItemConditionsRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemConditionsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationEventsFlowsItemConditionsRequestBuilderGetQueryParameters the conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. Supports $filter (eq). See support for filtering on user flows for syntax information.

type AuthenticationEventsFlowsItemConditionsRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemConditionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemConditionsRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemConditionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) Delete added in v1.46.0

Delete delete navigation property includeApplications for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) Get added in v1.46.0

Get get includeApplications from identity returns a AuthenticationConditionApplicationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) Patch added in v1.46.0

Patch update the navigation property includeApplications in identity returns a AuthenticationConditionApplicationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) ToDeleteRequestInformation added in v1.46.0

ToDeleteRequestInformation delete navigation property includeApplications for identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get includeApplications from identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) ToPatchRequestInformation added in v1.46.0

ToPatchRequestInformation update the navigation property includeApplications in identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderDeleteRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetQueryParameters get includeApplications from identity

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderPatchRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder provides operations to count the resources in the collection.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder) Get added in v1.46.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderGetQueryParameters get the number of the resource

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder) ByAuthenticationConditionApplicationAppId added in v1.46.0

ByAuthenticationConditionApplicationAppId provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsAuthenticationConditionApplicationAppItemRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder) Count added in v1.46.0

Count provides operations to count the resources in the collection. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsCountRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder) Get added in v1.46.0

Get get includeApplications from identity returns a AuthenticationConditionApplicationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder) Post added in v1.46.0

Post create new navigation property to includeApplications for identity returns a AuthenticationConditionApplicationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get includeApplications from identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder) ToPostRequestInformation added in v1.46.0

ToPostRequestInformation create new navigation property to includeApplications for identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderGetQueryParameters get includeApplications from identity

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderPostRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder builds and executes requests for operations under \identity\authenticationEventsFlows\{authenticationEventsFlow-id}\graph.externalUsersSelfServiceSignUpEventsFlow\conditions\applications

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder) IncludeApplications added in v1.46.0

IncludeApplications provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsIncludeApplicationsRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder builds and executes requests for operations under \identity\authenticationEventsFlows\{authenticationEventsFlow-id}\graph.externalUsersSelfServiceSignUpEventsFlow\conditions

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder) Applications added in v1.46.0

Applications the applications property returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsApplicationsRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder) Get added in v1.46.0

Get the conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. Supports $filter (eq). See support for filtering on user flows for syntax information. returns a AuthenticationConditionsable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation the conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. Supports $filter (eq). See support for filtering on user flows for syntax information. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderGetQueryParameters the conditions representing the context of the authentication request that's used to decide whether the events policy is invoked. Supports $filter (eq). See support for filtering on user flows for syntax information.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder provides operations to count the resources in the collection.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder) Get added in v1.46.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderGetQueryParameters get the number of the resource

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder builds and executes requests for operations under \identity\authenticationEventsFlows\{authenticationEventsFlow-id}\graph.externalUsersSelfServiceSignUpEventsFlow\onAttributeCollection\graph.onAttributeCollectionExternalUsersSelfServiceSignUp\attributes\{identityUserFlowAttribute-id}

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder) Ref added in v1.46.0

Ref provides operations to manage the collection of identityContainer entities. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder provides operations to manage the collection of identityContainer entities.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder) Delete added in v1.46.0

Delete delete ref of navigation property attributes for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder) ToDeleteRequestInformation added in v1.46.0

ToDeleteRequestInformation delete ref of navigation property attributes for identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilderDeleteRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesItemRefRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder provides operations to manage the collection of identityContainer entities.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder) Delete added in v1.46.0

Delete delete ref of navigation property attributes for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder) Get added in v1.46.0

Get get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow. returns a StringCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder) Post added in v1.46.0

Post add an attribute to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. The attribute is added to both the attributeCollection> attributes and attributeCollection> attributeCollectionPage > views collections on the user flow. In the views collection, the attribute is assigned the default settings. You can PATCH the user flow to customize the settings of the attribute on the views object, for example, marking it as required or updating the allowed input types. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder) ToDeleteRequestInformation added in v1.46.0

ToDeleteRequestInformation delete ref of navigation property attributes for identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder) ToPostRequestInformation added in v1.46.0

ToPostRequestInformation add an attribute to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. You can add both custom and built-in attributes to a user flow. The attribute is added to both the attributeCollection> attributes and attributeCollection> attributeCollectionPage > views collections on the user flow. In the views collection, the attribute is assigned the default settings. You can PATCH the user flow to customize the settings of the attribute on the views object, for example, marking it as required or updating the allowed input types. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderDeleteQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderDeleteQueryParameters struct {
	// The delete Uri
	Id *string `uriparametername:"%40id"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderDeleteQueryParameters delete ref of navigation property attributes for identity

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderDeleteRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderDeleteQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderGetQueryParameters get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderPostRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder provides operations to manage the attributes property of the microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp entity.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder) ByIdentityUserFlowAttributeId added in v1.46.0

ByIdentityUserFlowAttributeId gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identity.authenticationEventsFlows.item.graphExternalUsersSelfServiceSignUpEventsFlow.onAttributeCollection.graphOnAttributeCollectionExternalUsersSelfServiceSignUp.attributes.item collection returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesIdentityUserFlowAttributeItemRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder) Count added in v1.46.0

Count provides operations to count the resources in the collection. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesCountRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder) Get added in v1.46.0

Get get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow. returns a IdentityUserFlowAttributeCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder) Ref added in v1.46.0

Ref provides operations to manage the collection of identityContainer entities. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRefRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderGetQueryParameters get an identityUserFlowAttribute collection associated with an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object. These attributes are collected from the user during the authentication experience defined by the user flow.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder casts the previous resource to onAttributeCollectionExternalUsersSelfServiceSignUp.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder) Attributes added in v1.46.0

Attributes provides operations to manage the attributes property of the microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp entity. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpAttributesRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder) Get added in v1.46.0

Get get the item of type microsoft.graph.onAttributeCollectionHandler as microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp returns a OnAttributeCollectionExternalUsersSelfServiceSignUpable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the item of type microsoft.graph.onAttributeCollectionHandler as microsoft.graph.onAttributeCollectionExternalUsersSelfServiceSignUp returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder builds and executes requests for operations under \identity\authenticationEventsFlows\{authenticationEventsFlow-id}\graph.externalUsersSelfServiceSignUpEventsFlow\onAttributeCollection

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder) Get added in v1.46.0

Get the configuration for what to invoke when attributes are ready to be collected from the user. returns a OnAttributeCollectionHandlerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder) GraphOnAttributeCollectionExternalUsersSelfServiceSignUp added in v1.46.0

GraphOnAttributeCollectionExternalUsersSelfServiceSignUp casts the previous resource to onAttributeCollectionExternalUsersSelfServiceSignUp. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionGraphOnAttributeCollectionExternalUsersSelfServiceSignUpRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation the configuration for what to invoke when attributes are ready to be collected from the user. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderGetQueryParameters the configuration for what to invoke when attributes are ready to be collected from the user.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder provides operations to count the resources in the collection.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder) Get added in v1.46.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderGetQueryParameters get the number of the resource

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder builds and executes requests for operations under \identity\authenticationEventsFlows\{authenticationEventsFlow-id}\graph.externalUsersSelfServiceSignUpEventsFlow\onAuthenticationMethodLoadStart\graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp\identityProviders\{identityProviderBase-id}

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder) Ref added in v1.46.0

Ref provides operations to manage the collection of identityContainer entities. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder provides operations to manage the collection of identityContainer entities.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder) Delete added in v1.46.0

Delete delete ref of navigation property identityProviders for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder) ToDeleteRequestInformation added in v1.46.0

ToDeleteRequestInformation delete ref of navigation property identityProviders for identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilderDeleteRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersItemRefRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder provides operations to manage the collection of identityContainer entities.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder) Delete added in v1.46.0

Delete delete ref of navigation property identityProviders for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder) Get added in v1.46.0

Get get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type. returns a StringCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder) Post added in v1.46.0

Post add an identity provider to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object type. The identity provider must first be configured in the tenant. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder) ToDeleteRequestInformation added in v1.46.0

ToDeleteRequestInformation delete ref of navigation property identityProviders for identity returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder) ToPostRequestInformation added in v1.46.0

ToPostRequestInformation add an identity provider to an external identities self-service user flow represented by an externalUsersSelfServiceSignupEventsFlow object type. The identity provider must first be configured in the tenant. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderDeleteQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderDeleteQueryParameters struct {
	// The delete Uri
	Id *string `uriparametername:"%40id"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderDeleteQueryParameters delete ref of navigation property identityProviders for identity

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderDeleteRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderDeleteQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderGetQueryParameters get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderPostRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder provides operations to manage the identityProviders property of the microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp entity.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder) ByIdentityProviderBaseId added in v1.46.0

ByIdentityProviderBaseId gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identity.authenticationEventsFlows.item.graphExternalUsersSelfServiceSignUpEventsFlow.onAuthenticationMethodLoadStart.graphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.identityProviders.item collection returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersIdentityProviderBaseItemRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder) Count added in v1.46.0

Count provides operations to count the resources in the collection. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersCountRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder) Get added in v1.46.0

Get get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type. returns a IdentityProviderBaseCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder) Ref added in v1.46.0

Ref provides operations to manage the collection of identityContainer entities. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRefRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderGetQueryParameters get the identity providers that are defined for an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object type.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder casts the previous resource to onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder) Get added in v1.46.0

Get get the item of type microsoft.graph.onAuthenticationMethodLoadStartHandler as microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp returns a OnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder) IdentityProviders added in v1.46.0

IdentityProviders provides operations to manage the identityProviders property of the microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp entity. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpIdentityProvidersRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the item of type microsoft.graph.onAuthenticationMethodLoadStartHandler as microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder builds and executes requests for operations under \identity\authenticationEventsFlows\{authenticationEventsFlow-id}\graph.externalUsersSelfServiceSignUpEventsFlow\onAuthenticationMethodLoadStart

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder) Get added in v1.46.0

Get required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. Supports $filter (eq). See support for filtering on user flows for syntax information. returns a OnAuthenticationMethodLoadStartHandlerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder) GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp added in v1.46.0

GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp casts the previous resource to onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartGraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. Supports $filter (eq). See support for filtering on user flows for syntax information. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderGetQueryParameters required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. Supports $filter (eq). See support for filtering on user flows for syntax information.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder casts the previous resource to externalUsersSelfServiceSignUpEventsFlow.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder

NewAuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderInternal instantiates a new AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) Conditions added in v1.46.0

Conditions the conditions property returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowConditionsRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) Get added in v1.46.0

Get get the item of type microsoft.graph.authenticationEventsFlow as microsoft.graph.externalUsersSelfServiceSignUpEventsFlow returns a ExternalUsersSelfServiceSignUpEventsFlowable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) OnAttributeCollection added in v1.46.0

OnAttributeCollection the onAttributeCollection property returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAttributeCollectionRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) OnAuthenticationMethodLoadStart added in v1.46.0

OnAuthenticationMethodLoadStart the onAuthenticationMethodLoadStart property returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowOnAuthenticationMethodLoadStartRequestBuilder when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get the item of type microsoft.graph.authenticationEventsFlow as microsoft.graph.externalUsersSelfServiceSignUpEventsFlow returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder when successful

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters get the item of type microsoft.graph.authenticationEventsFlow as microsoft.graph.externalUsersSelfServiceSignUpEventsFlow

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsItemGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsRequestBuilder added in v1.46.0

type AuthenticationEventsFlowsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

AuthenticationEventsFlowsRequestBuilder provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity.

func NewAuthenticationEventsFlowsRequestBuilder added in v1.46.0

NewAuthenticationEventsFlowsRequestBuilder instantiates a new AuthenticationEventsFlowsRequestBuilder and sets the default values.

func NewAuthenticationEventsFlowsRequestBuilderInternal added in v1.46.0

func NewAuthenticationEventsFlowsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AuthenticationEventsFlowsRequestBuilder

NewAuthenticationEventsFlowsRequestBuilderInternal instantiates a new AuthenticationEventsFlowsRequestBuilder and sets the default values.

func (*AuthenticationEventsFlowsRequestBuilder) ByAuthenticationEventsFlowId added in v1.46.0

ByAuthenticationEventsFlowId provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity. returns a *AuthenticationEventsFlowsAuthenticationEventsFlowItemRequestBuilder when successful

func (*AuthenticationEventsFlowsRequestBuilder) Count added in v1.46.0

Count provides operations to count the resources in the collection. returns a *AuthenticationEventsFlowsCountRequestBuilder when successful

func (*AuthenticationEventsFlowsRequestBuilder) Get added in v1.46.0

Get get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow returns a AuthenticationEventsFlowCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsRequestBuilder) GraphExternalUsersSelfServiceSignUpEventsFlow added in v1.46.0

GraphExternalUsersSelfServiceSignUpEventsFlow casts the previous resource to externalUsersSelfServiceSignUpEventsFlow. returns a *AuthenticationEventsFlowsGraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder when successful

func (*AuthenticationEventsFlowsRequestBuilder) Post added in v1.46.0

Post create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow object type. returns a AuthenticationEventsFlowable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*AuthenticationEventsFlowsRequestBuilder) ToGetRequestInformation added in v1.46.0

ToGetRequestInformation get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsRequestBuilder) ToPostRequestInformation added in v1.46.0

ToPostRequestInformation create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow object type. returns a *RequestInformation when successful

func (*AuthenticationEventsFlowsRequestBuilder) WithUrl added in v1.46.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AuthenticationEventsFlowsRequestBuilder when successful

type AuthenticationEventsFlowsRequestBuilderGetQueryParameters added in v1.46.0

type AuthenticationEventsFlowsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

AuthenticationEventsFlowsRequestBuilderGetQueryParameters get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow

type AuthenticationEventsFlowsRequestBuilderGetRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *AuthenticationEventsFlowsRequestBuilderGetQueryParameters
}

AuthenticationEventsFlowsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type AuthenticationEventsFlowsRequestBuilderPostRequestConfiguration added in v1.46.0

type AuthenticationEventsFlowsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

AuthenticationEventsFlowsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder added in v0.49.0

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity.

func NewB2xUserFlowsB2xIdentityUserFlowItemRequestBuilder added in v0.49.0

NewB2xUserFlowsB2xIdentityUserFlowItemRequestBuilder instantiates a new B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder and sets the default values.

func NewB2xUserFlowsB2xIdentityUserFlowItemRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsB2xIdentityUserFlowItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder

NewB2xUserFlowsB2xIdentityUserFlowItemRequestBuilderInternal instantiates a new B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder and sets the default values.

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) ApiConnectorConfiguration added in v1.14.0

ApiConnectorConfiguration the apiConnectorConfiguration property returns a *B2xUserFlowsItemApiConnectorConfigurationRequestBuilder when successful

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) Delete added in v0.49.0

Delete delete a b2xIdentityUserFlow object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties and relationships of a b2xIdentityUserFlow object. returns a B2xIdentityUserFlowable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) IdentityProviders added in v0.49.0

IdentityProviders provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. returns a *B2xUserFlowsItemIdentityProvidersRequestBuilder when successful

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) Languages added in v0.49.0

Languages provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity. returns a *B2xUserFlowsItemLanguagesRequestBuilder when successful

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property b2xUserFlows in identity returns a B2xIdentityUserFlowable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete a b2xIdentityUserFlow object. returns a *RequestInformation when successful

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties and relationships of a b2xIdentityUserFlow object. returns a *RequestInformation when successful

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property b2xUserFlows in identity returns a *RequestInformation when successful

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) UserAttributeAssignments added in v0.49.0

UserAttributeAssignments provides operations to manage the userAttributeAssignments property of the microsoft.graph.b2xIdentityUserFlow entity. returns a *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder when successful

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) UserFlowIdentityProviders added in v0.49.0

UserFlowIdentityProviders provides operations to manage the userFlowIdentityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. returns a *B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder when successful

func (*B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder when successful

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a b2xIdentityUserFlow object.

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetQueryParameters
}

B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsB2xIdentityUserFlowItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsCountRequestBuilder added in v0.49.0

B2xUserFlowsCountRequestBuilder provides operations to count the resources in the collection.

func NewB2xUserFlowsCountRequestBuilder added in v0.49.0

NewB2xUserFlowsCountRequestBuilder instantiates a new B2xUserFlowsCountRequestBuilder and sets the default values.

func NewB2xUserFlowsCountRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsCountRequestBuilder

NewB2xUserFlowsCountRequestBuilderInternal instantiates a new B2xUserFlowsCountRequestBuilder and sets the default values.

func (*B2xUserFlowsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*B2xUserFlowsCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsCountRequestBuilder when successful

type B2xUserFlowsCountRequestBuilderGetQueryParameters added in v0.53.0

type B2xUserFlowsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

B2xUserFlowsCountRequestBuilderGetQueryParameters get the number of the resource

type B2xUserFlowsCountRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsCountRequestBuilderGetQueryParameters
}

B2xUserFlowsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder provides operations to manage the collection of identityContainer entities.

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder and sets the default values.

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderInternal added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderInternal instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder and sets the default values.

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder) Delete added in v1.14.0

Delete delete ref of navigation property postAttributeCollection for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder) Get added in v1.14.0

Get get ref of postAttributeCollection from identity returns a *string when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder) Put added in v1.14.0

Put update the ref of navigation property postAttributeCollection in identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder) ToDeleteRequestInformation added in v1.14.0

ToDeleteRequestInformation delete ref of navigation property postAttributeCollection for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder) ToGetRequestInformation added in v1.14.0

ToGetRequestInformation get ref of postAttributeCollection from identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder) ToPutRequestInformation added in v1.14.0

ToPutRequestInformation update the ref of navigation property postAttributeCollection in identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder when successful

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderDeleteRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderGetRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderPutRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder provides operations to manage the postAttributeCollection property of the microsoft.graph.userFlowApiConnectorConfiguration entity.

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder and sets the default values.

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderInternal added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderInternal instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder and sets the default values.

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder) Delete added in v1.14.0

Delete delete navigation property postAttributeCollection for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder) Get added in v1.14.0

Get get postAttributeCollection from identity returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder) Patch added in v1.14.0

Patch update the navigation property postAttributeCollection in identity returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder) Ref added in v1.14.0

Ref provides operations to manage the collection of identityContainer entities. returns a *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRefRequestBuilder when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder) ToDeleteRequestInformation added in v1.14.0

ToDeleteRequestInformation delete navigation property postAttributeCollection for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder) ToGetRequestInformation added in v1.14.0

ToGetRequestInformation get postAttributeCollection from identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder) ToPatchRequestInformation added in v1.14.0

ToPatchRequestInformation update the navigation property postAttributeCollection in identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder) UploadClientCertificate added in v1.14.0

UploadClientCertificate provides operations to call the uploadClientCertificate method. returns a *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder when successful

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderDeleteRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderGetQueryParameters added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderGetQueryParameters get postAttributeCollection from identity

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderGetRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderGetQueryParameters
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderPatchRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody struct {
	// contains filtered or unexported fields
}

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody() *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody

NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody and sets the default values.

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) GetAdditionalData added in v1.14.0

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) GetBackingStore added in v1.14.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) GetFieldDeserializers added in v1.14.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) GetPassword added in v1.14.0

GetPassword gets the password property value. The password property returns a *string when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) GetPkcs12Value added in v1.14.0

GetPkcs12Value gets the pkcs12Value property value. The pkcs12Value property returns a *string when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) Serialize added in v1.14.0

Serialize serializes information the current object

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) SetAdditionalData added in v1.14.0

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) SetBackingStore added in v1.14.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) SetPassword added in v1.14.0

SetPassword sets the password property value. The password property

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificatePostRequestBody) SetPkcs12Value added in v1.14.0

SetPkcs12Value sets the pkcs12Value property value. The pkcs12Value property

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder provides operations to call the uploadClientCertificate method.

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder and sets the default values.

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilderInternal added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilderInternal instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder and sets the default values.

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder) Post added in v1.14.0

Post upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder) ToPostRequestInformation added in v1.14.0

ToPostRequestInformation upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilder when successful

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilderPostRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionUploadClientCertificateRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder provides operations to manage the collection of identityContainer entities.

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder and sets the default values.

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderInternal added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderInternal instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder and sets the default values.

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder) Delete added in v1.14.0

Delete delete ref of navigation property postFederationSignup for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder) Get added in v1.14.0

Get get ref of postFederationSignup from identity returns a *string when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder) Put added in v1.14.0

Put update the ref of navigation property postFederationSignup in identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder) ToDeleteRequestInformation added in v1.14.0

ToDeleteRequestInformation delete ref of navigation property postFederationSignup for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder) ToGetRequestInformation added in v1.14.0

ToGetRequestInformation get ref of postFederationSignup from identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder) ToPutRequestInformation added in v1.14.0

ToPutRequestInformation update the ref of navigation property postFederationSignup in identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder when successful

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderDeleteRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderGetRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderPutRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder provides operations to manage the postFederationSignup property of the microsoft.graph.userFlowApiConnectorConfiguration entity.

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder and sets the default values.

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderInternal added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderInternal instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder and sets the default values.

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder) Delete added in v1.14.0

Delete delete navigation property postFederationSignup for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder) Get added in v1.14.0

Get get postFederationSignup from identity returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder) Patch added in v1.14.0

Patch update the navigation property postFederationSignup in identity returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder) Ref added in v1.14.0

Ref provides operations to manage the collection of identityContainer entities. returns a *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRefRequestBuilder when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder) ToDeleteRequestInformation added in v1.14.0

ToDeleteRequestInformation delete navigation property postFederationSignup for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder) ToGetRequestInformation added in v1.14.0

ToGetRequestInformation get postFederationSignup from identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder) ToPatchRequestInformation added in v1.14.0

ToPatchRequestInformation update the navigation property postFederationSignup in identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder) UploadClientCertificate added in v1.14.0

UploadClientCertificate provides operations to call the uploadClientCertificate method. returns a *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder when successful

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderDeleteRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderGetQueryParameters added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderGetQueryParameters get postFederationSignup from identity

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderGetRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderGetQueryParameters
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderPatchRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody struct {
	// contains filtered or unexported fields
}

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody() *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody

NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody and sets the default values.

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) GetAdditionalData added in v1.14.0

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) GetBackingStore added in v1.14.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) GetFieldDeserializers added in v1.14.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) GetPassword added in v1.14.0

GetPassword gets the password property value. The password property returns a *string when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) GetPkcs12Value added in v1.14.0

GetPkcs12Value gets the pkcs12Value property value. The pkcs12Value property returns a *string when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) Serialize added in v1.14.0

Serialize serializes information the current object

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) SetAdditionalData added in v1.14.0

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) SetBackingStore added in v1.14.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) SetPassword added in v1.14.0

SetPassword sets the password property value. The password property

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificatePostRequestBody) SetPkcs12Value added in v1.14.0

SetPkcs12Value sets the pkcs12Value property value. The pkcs12Value property

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder provides operations to call the uploadClientCertificate method.

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder and sets the default values.

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilderInternal added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilderInternal instantiates a new B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder and sets the default values.

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder) Post added in v1.14.0

Post upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. returns a IdentityApiConnectorable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder) ToPostRequestInformation added in v1.14.0

ToPostRequestInformation upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector. returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilder when successful

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilderPostRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupUploadClientCertificateRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemApiConnectorConfigurationRequestBuilder added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemApiConnectorConfigurationRequestBuilder builds and executes requests for operations under \identity\b2xUserFlows\{b2xIdentityUserFlow-id}\apiConnectorConfiguration

func NewB2xUserFlowsItemApiConnectorConfigurationRequestBuilder added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationRequestBuilder instantiates a new B2xUserFlowsItemApiConnectorConfigurationRequestBuilder and sets the default values.

func NewB2xUserFlowsItemApiConnectorConfigurationRequestBuilderInternal added in v1.14.0

func NewB2xUserFlowsItemApiConnectorConfigurationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemApiConnectorConfigurationRequestBuilder

NewB2xUserFlowsItemApiConnectorConfigurationRequestBuilderInternal instantiates a new B2xUserFlowsItemApiConnectorConfigurationRequestBuilder and sets the default values.

func (*B2xUserFlowsItemApiConnectorConfigurationRequestBuilder) Get added in v1.14.0

Get get the apiConnectorConfiguration property in a b2xIdentityUserFlow to detail the API connectors enabled for the user flow. returns a UserFlowApiConnectorConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemApiConnectorConfigurationRequestBuilder) PostAttributeCollection added in v1.14.0

PostAttributeCollection provides operations to manage the postAttributeCollection property of the microsoft.graph.userFlowApiConnectorConfiguration entity. returns a *B2xUserFlowsItemApiConnectorConfigurationPostAttributeCollectionRequestBuilder when successful

func (*B2xUserFlowsItemApiConnectorConfigurationRequestBuilder) PostFederationSignup added in v1.14.0

PostFederationSignup provides operations to manage the postFederationSignup property of the microsoft.graph.userFlowApiConnectorConfiguration entity. returns a *B2xUserFlowsItemApiConnectorConfigurationPostFederationSignupRequestBuilder when successful

func (*B2xUserFlowsItemApiConnectorConfigurationRequestBuilder) ToGetRequestInformation added in v1.14.0

ToGetRequestInformation get the apiConnectorConfiguration property in a b2xIdentityUserFlow to detail the API connectors enabled for the user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemApiConnectorConfigurationRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemApiConnectorConfigurationRequestBuilder when successful

type B2xUserFlowsItemApiConnectorConfigurationRequestBuilderGetQueryParameters added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsItemApiConnectorConfigurationRequestBuilderGetQueryParameters get the apiConnectorConfiguration property in a b2xIdentityUserFlow to detail the API connectors enabled for the user flow.

type B2xUserFlowsItemApiConnectorConfigurationRequestBuilderGetRequestConfiguration added in v1.14.0

type B2xUserFlowsItemApiConnectorConfigurationRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemApiConnectorConfigurationRequestBuilderGetQueryParameters
}

B2xUserFlowsItemApiConnectorConfigurationRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemIdentityProvidersCountRequestBuilder added in v0.49.0

type B2xUserFlowsItemIdentityProvidersCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemIdentityProvidersCountRequestBuilder provides operations to count the resources in the collection.

func NewB2xUserFlowsItemIdentityProvidersCountRequestBuilder added in v0.49.0

NewB2xUserFlowsItemIdentityProvidersCountRequestBuilder instantiates a new B2xUserFlowsItemIdentityProvidersCountRequestBuilder and sets the default values.

func NewB2xUserFlowsItemIdentityProvidersCountRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemIdentityProvidersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemIdentityProvidersCountRequestBuilder

NewB2xUserFlowsItemIdentityProvidersCountRequestBuilderInternal instantiates a new B2xUserFlowsItemIdentityProvidersCountRequestBuilder and sets the default values.

func (*B2xUserFlowsItemIdentityProvidersCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemIdentityProvidersCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a *RequestInformation when successful

func (*B2xUserFlowsItemIdentityProvidersCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a *B2xUserFlowsItemIdentityProvidersCountRequestBuilder when successful

type B2xUserFlowsItemIdentityProvidersCountRequestBuilderGetQueryParameters added in v0.53.0

type B2xUserFlowsItemIdentityProvidersCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

B2xUserFlowsItemIdentityProvidersCountRequestBuilderGetQueryParameters get the number of the resource

type B2xUserFlowsItemIdentityProvidersCountRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemIdentityProvidersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemIdentityProvidersCountRequestBuilderGetQueryParameters
}

B2xUserFlowsItemIdentityProvidersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder added in v0.49.0

type B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity.

func NewB2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder

NewB2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder instantiates a new B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder and sets the default values.

func NewB2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder

NewB2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderInternal instantiates a new B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder and sets the default values.

func (*B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder) Get added in v0.49.0

Get the identity providers included in the user flow. Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a IdentityProviderable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the identity providers included in the user flow. Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a *RequestInformation when successful

func (*B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a *B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder when successful

type B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderGetQueryParameters the identity providers included in the user flow.

type B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderGetQueryParameters
}

B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemIdentityProvidersRequestBuilder added in v0.49.0

type B2xUserFlowsItemIdentityProvidersRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemIdentityProvidersRequestBuilder provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity.

func NewB2xUserFlowsItemIdentityProvidersRequestBuilder added in v0.49.0

NewB2xUserFlowsItemIdentityProvidersRequestBuilder instantiates a new B2xUserFlowsItemIdentityProvidersRequestBuilder and sets the default values.

func NewB2xUserFlowsItemIdentityProvidersRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemIdentityProvidersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemIdentityProvidersRequestBuilder

NewB2xUserFlowsItemIdentityProvidersRequestBuilderInternal instantiates a new B2xUserFlowsItemIdentityProvidersRequestBuilder and sets the default values.

func (*B2xUserFlowsItemIdentityProvidersRequestBuilder) ByIdentityProviderId added in v0.63.0

ByIdentityProviderId provides operations to manage the identityProviders property of the microsoft.graph.b2xIdentityUserFlow entity. Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a *B2xUserFlowsItemIdentityProvidersIdentityProviderItemRequestBuilder when successful

func (*B2xUserFlowsItemIdentityProvidersRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *B2xUserFlowsItemIdentityProvidersCountRequestBuilder when successful

func (*B2xUserFlowsItemIdentityProvidersRequestBuilder) Get added in v0.49.0

Get get the identity providers in a b2xIdentityUserFlow object. Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a IdentityProviderCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemIdentityProvidersRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the identity providers in a b2xIdentityUserFlow object. Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a *RequestInformation when successful

func (*B2xUserFlowsItemIdentityProvidersRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API. as of 2021-05/identityProvider returns a *B2xUserFlowsItemIdentityProvidersRequestBuilder when successful

type B2xUserFlowsItemIdentityProvidersRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemIdentityProvidersRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

B2xUserFlowsItemIdentityProvidersRequestBuilderGetQueryParameters get the identity providers in a b2xIdentityUserFlow object.

type B2xUserFlowsItemIdentityProvidersRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemIdentityProvidersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemIdentityProvidersRequestBuilderGetQueryParameters
}

B2xUserFlowsItemIdentityProvidersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesCountRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesCountRequestBuilder provides operations to count the resources in the collection.

func NewB2xUserFlowsItemLanguagesCountRequestBuilder added in v0.49.0

NewB2xUserFlowsItemLanguagesCountRequestBuilder instantiates a new B2xUserFlowsItemLanguagesCountRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesCountRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesCountRequestBuilder

NewB2xUserFlowsItemLanguagesCountRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesCountRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesCountRequestBuilder when successful

type B2xUserFlowsItemLanguagesCountRequestBuilderGetQueryParameters added in v0.53.0

type B2xUserFlowsItemLanguagesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

B2xUserFlowsItemLanguagesCountRequestBuilderGetQueryParameters get the number of the resource

type B2xUserFlowsItemLanguagesCountRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemLanguagesCountRequestBuilderGetQueryParameters
}

B2xUserFlowsItemLanguagesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder provides operations to count the resources in the collection.

func NewB2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder

NewB2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder instantiates a new B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder

NewB2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder when successful

type B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderGetQueryParameters added in v0.53.0

type B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderGetQueryParameters get the number of the resource

type B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderGetQueryParameters
}

B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder provides operations to manage the media for the identityContainer entity.

func NewB2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder

NewB2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder instantiates a new B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder

NewB2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder) Delete added in v1.41.0

Delete the unique identifier for an entity. Read-only. returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder) Get added in v0.49.0

Get read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder) Put added in v0.49.0

Put the unique identifier for an entity. Read-only. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation the unique identifier for an entity. Read-only. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation the unique identifier for an entity. Read-only. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder when successful

type B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderDeleteRequestConfiguration added in v1.41.0

type B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderPutRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity.

func NewB2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder

NewB2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder instantiates a new B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder

NewB2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder) ByUserFlowLanguagePageId added in v0.63.0

ByUserFlowLanguagePageId provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity. returns a *B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *B2xUserFlowsItemLanguagesItemDefaultPagesCountRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder) Get added in v0.49.0

Get read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow. returns a UserFlowLanguagePageCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder) Post added in v0.49.0

Post create new navigation property to defaultPages for identity returns a UserFlowLanguagePageable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to defaultPages for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder when successful

type B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderGetQueryParameters read the values in a userFlowLanguagePage object for a language in a user flow. These values are shown to a user during a user journey defined by a user flow.

type B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderGetQueryParameters
}

B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderPostRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity.

func NewB2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder

NewB2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder instantiates a new B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder

NewB2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder) Content added in v0.49.0

Content provides operations to manage the media for the identityContainer entity. returns a *B2xUserFlowsItemLanguagesItemDefaultPagesItemValueContentRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property defaultPages for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder) Get added in v0.49.0

Get collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. returns a UserFlowLanguagePageable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property defaultPages in identity returns a UserFlowLanguagePageable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property defaultPages for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property defaultPages in identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilder when successful

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderGetQueryParameters collection of pages with the default content to display in a user flow for a specified language. This collection doesn't allow any kind of modification.

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderGetQueryParameters
}

B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemDefaultPagesUserFlowLanguagePageItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder provides operations to count the resources in the collection.

func NewB2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder

NewB2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder instantiates a new B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder

NewB2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder when successful

type B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderGetQueryParameters added in v0.53.0

type B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderGetQueryParameters get the number of the resource

type B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderGetQueryParameters
}

B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder provides operations to manage the media for the identityContainer entity.

func NewB2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder

NewB2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder instantiates a new B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder

NewB2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder) Delete added in v1.41.0

Delete deletes the values in an userFlowLanguagePage object. You may only delete the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder) Get added in v0.49.0

Get get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder) Put added in v0.49.0

Put update the values in an userFlowLanguagePage object. You may only update the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow. returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder) ToDeleteRequestInformation added in v1.41.0

ToDeleteRequestInformation deletes the values in an userFlowLanguagePage object. You may only delete the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder) ToPutRequestInformation added in v0.51.0

ToPutRequestInformation update the values in an userFlowLanguagePage object. You may only update the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder when successful

type B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderDeleteRequestConfiguration added in v1.41.0

type B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderPutRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderPutRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilderPutRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity.

func NewB2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder

NewB2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder instantiates a new B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder

NewB2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) ByUserFlowLanguagePageId added in v0.63.0

ByUserFlowLanguagePageId provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity. returns a *B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *B2xUserFlowsItemLanguagesItemOverridesPagesCountRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) Get added in v0.49.0

Get get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. returns a UserFlowLanguagePageCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) Post added in v0.49.0

Post create new navigation property to overridesPages for identity returns a UserFlowLanguagePageable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to overridesPages for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder when successful

type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetQueryParameters get the userFlowLanguagePage resources from the overridesPages navigation property. These pages are used to customize the values shown to the user during a user journey in a user flow.

type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetQueryParameters
}

B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderPostRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity.

func NewB2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder

NewB2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder instantiates a new B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder

NewB2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder) Content added in v0.49.0

Content provides operations to manage the media for the identityContainer entity. returns a *B2xUserFlowsItemLanguagesItemOverridesPagesItemValueContentRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder) Delete added in v0.49.0

Delete deletes the values in an userFlowLanguagePage object. You may only delete the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder) Get added in v0.49.0

Get collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn't allowed (creation or deletion of pages). returns a UserFlowLanguagePageable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder) Patch added in v0.49.0

Patch update the values in an userFlowLanguagePage object. You may only update the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow. returns a UserFlowLanguagePageable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation deletes the values in an userFlowLanguagePage object. You may only delete the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn't allowed (creation or deletion of pages). returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the values in an userFlowLanguagePage object. You may only update the values in an overridesPage, which is used to customize the values shown to a user during a user journey defined by a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilder when successful

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderGetQueryParameters collection of pages with the overrides messages to display in a user flow for a specified language. This collection only allows you to modify the content of the page, any other modification isn't allowed (creation or deletion of pages).

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderGetQueryParameters
}

B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesItemOverridesPagesUserFlowLanguagePageItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesRequestBuilder provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity.

func NewB2xUserFlowsItemLanguagesRequestBuilder added in v0.49.0

NewB2xUserFlowsItemLanguagesRequestBuilder instantiates a new B2xUserFlowsItemLanguagesRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesRequestBuilder

NewB2xUserFlowsItemLanguagesRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesRequestBuilder) ByUserFlowLanguageConfigurationId added in v0.63.0

func (m *B2xUserFlowsItemLanguagesRequestBuilder) ByUserFlowLanguageConfigurationId(userFlowLanguageConfigurationId string) *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder

ByUserFlowLanguageConfigurationId provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity. returns a *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *B2xUserFlowsItemLanguagesCountRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesRequestBuilder) Get added in v0.49.0

Get retrieve a list of languages supported for customization in a B2X user flow. returns a UserFlowLanguageConfigurationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesRequestBuilder) Post added in v0.49.0

Post create new navigation property to languages for identity returns a UserFlowLanguageConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of languages supported for customization in a B2X user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to languages for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesRequestBuilder when successful

type B2xUserFlowsItemLanguagesRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemLanguagesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

B2xUserFlowsItemLanguagesRequestBuilderGetQueryParameters retrieve a list of languages supported for customization in a B2X user flow.

type B2xUserFlowsItemLanguagesRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemLanguagesRequestBuilderGetQueryParameters
}

B2xUserFlowsItemLanguagesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesRequestBuilderPostRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder added in v0.49.0

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder provides operations to manage the languages property of the microsoft.graph.b2xIdentityUserFlow entity.

func NewB2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder

NewB2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder instantiates a new B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder and sets the default values.

func NewB2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder

NewB2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderInternal instantiates a new B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder and sets the default values.

func (*B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) DefaultPages added in v0.49.0

DefaultPages provides operations to manage the defaultPages property of the microsoft.graph.userFlowLanguageConfiguration entity. returns a *B2xUserFlowsItemLanguagesItemDefaultPagesRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) Delete added in v0.49.0

Delete delete navigation property languages for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) Get added in v0.49.0

Get 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. returns a UserFlowLanguageConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) OverridesPages added in v0.49.0

OverridesPages provides operations to manage the overridesPages property of the microsoft.graph.userFlowLanguageConfiguration entity. returns a *B2xUserFlowsItemLanguagesItemOverridesPagesRequestBuilder when successful

func (*B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) Patch added in v0.49.0

Patch update the navigation property languages in identity returns a UserFlowLanguageConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property languages for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation 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. returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property languages in identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilder when successful

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters 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.

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetQueryParameters
}

B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemLanguagesUserFlowLanguageConfigurationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder provides operations to count the resources in the collection.

func NewB2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder instantiates a new B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderInternal instantiates a new B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder when successful

type B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderGetQueryParameters added in v0.53.0

type B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderGetQueryParameters get the number of the resource

type B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderGetQueryParameters
}

B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder provides operations to call the getOrder method.

func NewB2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder instantiates a new B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilderInternal instantiates a new B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder) Get added in v0.49.0

Get get the order of identityUserFlowAttributeAssignments being collected within a user flow. returns a AssignmentOrderable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the order of identityUserFlowAttributeAssignments being collected within a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder when successful

type B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder provides operations to manage the userAttributeAssignments property of the microsoft.graph.b2xIdentityUserFlow entity.

func NewB2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder instantiates a new B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderInternal instantiates a new B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) Delete added in v0.49.0

Delete delete an identityUserFlowAttributeAssignment object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) Get added in v0.49.0

Get read the properties and relationships of an identityUserFlowAttributeAssignment object. returns a IdentityUserFlowAttributeAssignmentable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of a identityUserFlowAttributeAssignment object. returns a IdentityUserFlowAttributeAssignmentable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete an identityUserFlowAttributeAssignment object. returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read the properties and relationships of an identityUserFlowAttributeAssignment object. returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of a identityUserFlowAttributeAssignment object. returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) UserAttribute added in v0.49.0

UserAttribute provides operations to manage the userAttribute property of the microsoft.graph.identityUserFlowAttributeAssignment entity. returns a *B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder when successful

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters read the properties and relationships of an identityUserFlowAttributeAssignment object.

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetQueryParameters
}

B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder provides operations to manage the userAttribute property of the microsoft.graph.identityUserFlowAttributeAssignment entity.

func NewB2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder instantiates a new B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderInternal instantiates a new B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder) Get added in v0.49.0

Get the user attribute that you want to add to your user flow. returns a IdentityUserFlowAttributeable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation the user attribute that you want to add to your user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilder when successful

type B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderGetQueryParameters the user attribute that you want to add to your user flow.

type B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderGetQueryParameters
}

B2xUserFlowsItemUserAttributeAssignmentsItemUserAttributeRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder provides operations to manage the userAttributeAssignments property of the microsoft.graph.b2xIdentityUserFlow entity.

func NewB2xUserFlowsItemUserAttributeAssignmentsRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsRequestBuilder instantiates a new B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserAttributeAssignmentsRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsRequestBuilderInternal instantiates a new B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) ByIdentityUserFlowAttributeAssignmentId added in v0.63.0

ByIdentityUserFlowAttributeAssignmentId provides operations to manage the userAttributeAssignments property of the microsoft.graph.b2xIdentityUserFlow entity. returns a *B2xUserFlowsItemUserAttributeAssignmentsIdentityUserFlowAttributeAssignmentItemRequestBuilder when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *B2xUserFlowsItemUserAttributeAssignmentsCountRequestBuilder when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) Get added in v0.49.0

Get get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. returns a IdentityUserFlowAttributeAssignmentCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) GetOrder added in v0.49.0

GetOrder provides operations to call the getOrder method. returns a *B2xUserFlowsItemUserAttributeAssignmentsGetOrderRequestBuilder when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) Post added in v0.49.0

Post create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. returns a IdentityUserFlowAttributeAssignmentable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) SetOrder added in v0.49.0

SetOrder provides operations to call the setOrder method. returns a *B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new identityUserFlowAttributeAssignment object in a b2xIdentityUserFlow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilder when successful

type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetQueryParameters get the identityUserFlowAttributeAssignment resources from the userAttributeAssignments navigation property in a b2xIdentityUserFlow.

type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetQueryParameters
}

B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderPostRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemUserAttributeAssignmentsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody struct {
	// contains filtered or unexported fields
}

func NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody() *B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody

NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody instantiates a new B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody and sets the default values.

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) GetAdditionalData added in v0.49.0

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) GetNewAssignmentOrder added in v0.49.0

GetNewAssignmentOrder gets the newAssignmentOrder property value. The newAssignmentOrder property returns a AssignmentOrderable when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) SetAdditionalData added in v0.49.0

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderPostRequestBody) SetNewAssignmentOrder added in v0.49.0

SetNewAssignmentOrder sets the newAssignmentOrder property value. The newAssignmentOrder property

type B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder provides operations to call the setOrder method.

func NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder instantiates a new B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder

NewB2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilderInternal instantiates a new B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder) Post added in v0.49.0

Post set the order of identityUserFlowAttributeAssignments being collected within a user flow. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation set the order of identityUserFlowAttributeAssignments being collected within a user flow. returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilder when successful

type B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilderPostRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemUserAttributeAssignmentsSetOrderRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder provides operations to count the resources in the collection.

func NewB2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderInternal instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder when successful

type B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderGetQueryParameters added in v0.53.0

type B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderGetQueryParameters get the number of the resource

type B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderGetQueryParameters
}

B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder builds and executes requests for operations under \identity\b2xUserFlows\{b2xIdentityUserFlow-id}\userFlowIdentityProviders\{identityProviderBase-id}

func NewB2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of identityContainer entities. returns a *B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder when successful

type B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder provides operations to manage the collection of identityContainer entities.

func NewB2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilderInternal instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder) Delete added in v0.49.0

Delete delete ref of navigation property userFlowIdentityProviders for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete ref of navigation property userFlowIdentityProviders for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilder when successful

type B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilderDeleteRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemUserFlowIdentityProvidersItemRefRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder provides operations to manage the collection of identityContainer entities.

func NewB2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderInternal instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder) Delete added in v1.32.0

Delete delete ref of navigation property userFlowIdentityProviders for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder) Get added in v0.49.0

Get get ref of userFlowIdentityProviders from identity returns a StringCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder) Post added in v0.49.0

Post create new navigation property ref to userFlowIdentityProviders for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder) ToDeleteRequestInformation added in v1.32.0

ToDeleteRequestInformation delete ref of navigation property userFlowIdentityProviders for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get ref of userFlowIdentityProviders from identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property ref to userFlowIdentityProviders for identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder when successful

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderDeleteQueryParameters added in v1.32.0

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderDeleteQueryParameters struct {
	// The delete Uri
	Id *string `uriparametername:"%40id"`
}

B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderDeleteQueryParameters delete ref of navigation property userFlowIdentityProviders for identity

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderDeleteRequestConfiguration added in v1.32.0

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderDeleteQueryParameters
}

B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderGetQueryParameters get ref of userFlowIdentityProviders from identity

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderGetQueryParameters
}

B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderPostRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder provides operations to manage the userFlowIdentityProviders property of the microsoft.graph.b2xIdentityUserFlow entity.

func NewB2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder and sets the default values.

func NewB2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder

NewB2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderInternal instantiates a new B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder and sets the default values.

func (*B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder) ByIdentityProviderBaseId added in v0.63.0

ByIdentityProviderBaseId gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identity.b2xUserFlows.item.userFlowIdentityProviders.item collection returns a *B2xUserFlowsItemUserFlowIdentityProvidersIdentityProviderBaseItemRequestBuilder when successful

func (*B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *B2xUserFlowsItemUserFlowIdentityProvidersCountRequestBuilder when successful

func (*B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder) Get added in v0.49.0

Get get userFlowIdentityProviders from identity returns a IdentityProviderBaseCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder) Ref added in v0.49.0

Ref provides operations to manage the collection of identityContainer entities. returns a *B2xUserFlowsItemUserFlowIdentityProvidersRefRequestBuilder when successful

func (*B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get userFlowIdentityProviders from identity returns a *RequestInformation when successful

func (*B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilder when successful

type B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderGetQueryParameters get userFlowIdentityProviders from identity

type B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderGetQueryParameters
}

B2xUserFlowsItemUserFlowIdentityProvidersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsRequestBuilder added in v0.49.0

B2xUserFlowsRequestBuilder provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity.

func NewB2xUserFlowsRequestBuilder added in v0.49.0

NewB2xUserFlowsRequestBuilder instantiates a new B2xUserFlowsRequestBuilder and sets the default values.

func NewB2xUserFlowsRequestBuilderInternal added in v0.49.0

func NewB2xUserFlowsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *B2xUserFlowsRequestBuilder

NewB2xUserFlowsRequestBuilderInternal instantiates a new B2xUserFlowsRequestBuilder and sets the default values.

func (*B2xUserFlowsRequestBuilder) ByB2xIdentityUserFlowId added in v0.63.0

func (m *B2xUserFlowsRequestBuilder) ByB2xIdentityUserFlowId(b2xIdentityUserFlowId string) *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder

ByB2xIdentityUserFlowId provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity. returns a *B2xUserFlowsB2xIdentityUserFlowItemRequestBuilder when successful

func (*B2xUserFlowsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *B2xUserFlowsCountRequestBuilder when successful

func (*B2xUserFlowsRequestBuilder) Get added in v0.49.0

Get retrieve a list of b2xIdentityUserFlow objects. returns a B2xIdentityUserFlowCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsRequestBuilder) Post added in v0.49.0

Post create a new b2xIdentityUserFlow object. returns a B2xIdentityUserFlowable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*B2xUserFlowsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of b2xIdentityUserFlow objects. returns a *RequestInformation when successful

func (*B2xUserFlowsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new b2xIdentityUserFlow object. returns a *RequestInformation when successful

func (*B2xUserFlowsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *B2xUserFlowsRequestBuilder when successful

type B2xUserFlowsRequestBuilderGetQueryParameters added in v0.49.0

type B2xUserFlowsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

B2xUserFlowsRequestBuilderGetQueryParameters retrieve a list of b2xIdentityUserFlow objects.

type B2xUserFlowsRequestBuilderGetRequestConfiguration added in v0.49.0

type B2xUserFlowsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *B2xUserFlowsRequestBuilderGetQueryParameters
}

B2xUserFlowsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type B2xUserFlowsRequestBuilderPostRequestConfiguration added in v0.49.0

type B2xUserFlowsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

B2xUserFlowsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity.

func NewConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder added in v0.49.0

func NewConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder

NewConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder instantiates a new ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderInternal added in v0.49.0

func NewConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder

NewConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) Delete added in v0.49.0

Delete delete an authenticationContextClassReference object that's not published or used by a conditional access policy. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties and relationships of a authenticationContextClassReference object. returns a AuthenticationContextClassReferenceable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) Patch added in v0.49.0

Patch create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object. returns a AuthenticationContextClassReferenceable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete an authenticationContextClassReference object that's not published or used by a conditional access policy. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties and relationships of a authenticationContextClassReference object. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation create an authenticationContextClassReference object, if the ID has not been used. If ID has been used, this call updates the authenticationContextClassReference object. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder when successful

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a authenticationContextClassReference object.

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder provides operations to count the resources in the collection.

func NewConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder added in v0.49.0

func NewConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder

NewConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder instantiates a new ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderInternal added in v0.49.0

func NewConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder

NewConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder when successful

type ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderGetQueryParameters added in v0.53.0

type ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderGetQueryParameters get the number of the resource

type ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationContextClassReferencesRequestBuilder added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationContextClassReferencesRequestBuilder provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity.

func NewConditionalAccessAuthenticationContextClassReferencesRequestBuilder added in v0.49.0

func NewConditionalAccessAuthenticationContextClassReferencesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationContextClassReferencesRequestBuilder

NewConditionalAccessAuthenticationContextClassReferencesRequestBuilder instantiates a new ConditionalAccessAuthenticationContextClassReferencesRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationContextClassReferencesRequestBuilderInternal added in v0.49.0

func NewConditionalAccessAuthenticationContextClassReferencesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationContextClassReferencesRequestBuilder

NewConditionalAccessAuthenticationContextClassReferencesRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationContextClassReferencesRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) ByAuthenticationContextClassReferenceId added in v0.63.0

ByAuthenticationContextClassReferenceId provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity. returns a *ConditionalAccessAuthenticationContextClassReferencesAuthenticationContextClassReferenceItemRequestBuilder when successful

func (*ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *ConditionalAccessAuthenticationContextClassReferencesCountRequestBuilder when successful

func (*ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) Get added in v0.49.0

Get retrieve a list of authenticationContextClassReference objects. returns a AuthenticationContextClassReferenceCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) Post added in v0.49.0

Post create new navigation property to authenticationContextClassReferences for identity returns a AuthenticationContextClassReferenceable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of authenticationContextClassReference objects. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create new navigation property to authenticationContextClassReferences for identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationContextClassReferencesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationContextClassReferencesRequestBuilder when successful

type ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetQueryParameters added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetQueryParameters retrieve a list of authenticationContextClassReference objects.

type ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationContextClassReferencesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationContextClassReferencesRequestBuilderPostRequestConfiguration added in v0.49.0

type ConditionalAccessAuthenticationContextClassReferencesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationContextClassReferencesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity.

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder

NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder

NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder) Delete added in v0.63.0

Delete delete navigation property authenticationMethodModes for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder) Get added in v0.63.0

Get names and descriptions of all valid authentication method modes in the system. returns a AuthenticationMethodModeDetailable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder) Patch added in v0.63.0

Patch update the navigation property authenticationMethodModes in identity returns a AuthenticationMethodModeDetailable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder) ToDeleteRequestInformation added in v0.63.0

ToDeleteRequestInformation delete navigation property authenticationMethodModes for identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation names and descriptions of all valid authentication method modes in the system. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder) ToPatchRequestInformation added in v0.63.0

ToPatchRequestInformation update the navigation property authenticationMethodModes in identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderDeleteRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderGetQueryParameters names and descriptions of all valid authentication method modes in the system.

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderPatchRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder provides operations to count the resources in the collection.

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder

NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder

NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder) Get added in v0.63.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderGetQueryParameters get the number of the resource

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity.

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder

NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder

NewConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder) ByAuthenticationMethodModeDetailId added in v0.63.0

ByAuthenticationMethodModeDetailId provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity. returns a *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesAuthenticationMethodModeDetailItemRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder) Count added in v0.63.0

Count provides operations to count the resources in the collection. returns a *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesCountRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder) Get added in v0.63.0

Get get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties. returns a AuthenticationMethodModeDetailCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder) Post added in v0.63.0

Post create new navigation property to authenticationMethodModes for identity returns a AuthenticationMethodModeDetailable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder) ToPostRequestInformation added in v0.63.0

ToPostRequestInformation create new navigation property to authenticationMethodModes for identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetQueryParameters get a list of all supported authentication methods, or all supported authentication method combinations as a list of authenticationMethodModes objects and their properties.

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderPostRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity.

func NewConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) CombinationConfigurations added in v0.63.0

CombinationConfigurations provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) Delete added in v0.63.0

Delete delete navigation property policies for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) Get added in v0.63.0

Get a collection of authentication strength policies that exist for this tenant, including both built-in and custom policies. returns a AuthenticationStrengthPolicyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) Patch added in v0.63.0

Patch update the navigation property policies in identity returns a AuthenticationStrengthPolicyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) ToDeleteRequestInformation added in v0.63.0

ToDeleteRequestInformation delete navigation property policies for identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation a collection of authentication strength policies that exist for this tenant, including both built-in and custom policies. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) ToPatchRequestInformation added in v0.63.0

ToPatchRequestInformation update the navigation property policies in identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) UpdateAllowedCombinations added in v0.63.0

UpdateAllowedCombinations provides operations to call the updateAllowedCombinations method. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) Usage added in v0.63.0

Usage provides operations to call the usage method. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderDeleteRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters a collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderPatchRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder provides operations to count the resources in the collection.

func NewConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder) Get added in v0.63.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderGetQueryParameters get the number of the resource

type ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity.

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) Delete added in v0.63.0

Delete delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) Get added in v0.63.0

Get read the properties and relationships of an authenticationCombinationConfiguration object. returns a AuthenticationCombinationConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) Patch added in v0.63.0

Patch update the properties of an authenticationCombinationConfiguration object. The properties can be for one of the following derived types:* fido2combinationConfigurations* x509certificatecombinationconfiguration returns a AuthenticationCombinationConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) ToDeleteRequestInformation added in v0.63.0

ToDeleteRequestInformation delete an authenticationCombinationConfiguration for a custom authenticationStrengthPolicy object. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation read the properties and relationships of an authenticationCombinationConfiguration object. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) ToPatchRequestInformation added in v0.63.0

ToPatchRequestInformation update the properties of an authenticationCombinationConfiguration object. The properties can be for one of the following derived types:* fido2combinationConfigurations* x509certificatecombinationconfiguration returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderDeleteRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters read the properties and relationships of an authenticationCombinationConfiguration object.

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderPatchRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder provides operations to count the resources in the collection.

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder) Get added in v0.63.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderGetQueryParameters get the number of the resource

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity.

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) ByAuthenticationCombinationConfigurationId added in v0.63.0

ByAuthenticationCombinationConfigurationId provides operations to manage the combinationConfigurations property of the microsoft.graph.authenticationStrengthPolicy entity. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsAuthenticationCombinationConfigurationItemRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) Count added in v0.63.0

Count provides operations to count the resources in the collection. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsCountRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) Get added in v0.63.0

Get get the authenticationCombinationConfiguration objects for an authentication strength policy. The objects can be of one or more of the following derived types:* fido2combinationConfigurations* x509certificatecombinationconfiguration authenticationCombinationConfiguration objects are supported only for custom authentication strengths. returns a AuthenticationCombinationConfigurationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) Post added in v0.63.0

Post create a new authenticationCombinationConfiguration object which can be of one of the following derived types:* fido2combinationConfiguration* x509certificatecombinationconfiguration returns a AuthenticationCombinationConfigurationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation get the authenticationCombinationConfiguration objects for an authentication strength policy. The objects can be of one or more of the following derived types:* fido2combinationConfigurations* x509certificatecombinationconfiguration authenticationCombinationConfiguration objects are supported only for custom authentication strengths. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) ToPostRequestInformation added in v0.63.0

ToPostRequestInformation create a new authenticationCombinationConfiguration object which can be of one of the following derived types:* fido2combinationConfiguration* x509certificatecombinationconfiguration returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters get the authenticationCombinationConfiguration objects for an authentication strength policy. The objects can be of one or more of the following derived types:* fido2combinationConfigurations* x509certificatecombinationconfiguration authenticationCombinationConfiguration objects are supported only for custom authentication strengths.

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderPostRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthPoliciesItemCombinationConfigurationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody struct {
	// contains filtered or unexported fields
}

func NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody() *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody

NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody and sets the default values.

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) GetAdditionalData added in v0.63.0

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) GetAllowedCombinations added in v0.63.0

GetAllowedCombinations gets the allowedCombinations property value. The allowedCombinations property returns a []AuthenticationMethodModes when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) GetBackingStore added in v0.63.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) GetFieldDeserializers added in v0.63.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) Serialize added in v0.63.0

Serialize serializes information the current object

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) SetAdditionalData added in v0.63.0

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) SetAllowedCombinations added in v0.63.0

SetAllowedCombinations sets the allowedCombinations property value. The allowedCombinations property

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsPostRequestBody) SetBackingStore added in v0.63.0

SetBackingStore sets the BackingStore property value. Stores model information.

type ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder provides operations to call the updateAllowedCombinations method.

func NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder) Post added in v0.63.0

Post update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. returns a UpdateAllowedCombinationsResultable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder) ToPostRequestInformation added in v0.63.0

ToPostRequestInformation update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderPostRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthPoliciesItemUpdateAllowedCombinationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder provides operations to call the usage method.

func NewConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder) Get added in v0.63.0

Get allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies. returns a AuthenticationStrengthUsageable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation allows the caller to see which Conditional Access policies reference a specified authentication strength policy. The policies are returned in two collections, one containing Conditional Access policies that require an MFA claim and the other containing Conditional Access policies that do not require such a claim. Policies in the former category are restricted in what kinds of changes may be made to them to prevent undermining the MFA requirement of those policies. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthPoliciesItemUsageRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity.

func NewConditionalAccessAuthenticationStrengthPoliciesRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthPoliciesRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthPoliciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder

NewConditionalAccessAuthenticationStrengthPoliciesRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder) ByAuthenticationStrengthPolicyId added in v0.63.0

ByAuthenticationStrengthPolicyId provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity. returns a *ConditionalAccessAuthenticationStrengthPoliciesAuthenticationStrengthPolicyItemRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder) Count added in v0.63.0

Count provides operations to count the resources in the collection. returns a *ConditionalAccessAuthenticationStrengthPoliciesCountRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder) Get added in v0.63.0

Get a collection of authentication strength policies that exist for this tenant, including both built-in and custom policies. returns a AuthenticationStrengthPolicyCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder) Post added in v0.63.0

Post create new navigation property to policies for identity returns a AuthenticationStrengthPolicyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation a collection of authentication strength policies that exist for this tenant, including both built-in and custom policies. returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder) ToPostRequestInformation added in v0.63.0

ToPostRequestInformation create new navigation property to policies for identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderGetQueryParameters a collection of authentication strength policies that exist for this tenant, including both built-in and custom policies.

type ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderPostRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthPoliciesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthRequestBuilder added in v0.63.0

type ConditionalAccessAuthenticationStrengthRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessAuthenticationStrengthRequestBuilder provides operations to manage the authenticationStrength property of the microsoft.graph.conditionalAccessRoot entity.

func NewConditionalAccessAuthenticationStrengthRequestBuilder added in v0.63.0

func NewConditionalAccessAuthenticationStrengthRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthRequestBuilder

NewConditionalAccessAuthenticationStrengthRequestBuilder instantiates a new ConditionalAccessAuthenticationStrengthRequestBuilder and sets the default values.

func NewConditionalAccessAuthenticationStrengthRequestBuilderInternal added in v0.63.0

func NewConditionalAccessAuthenticationStrengthRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessAuthenticationStrengthRequestBuilder

NewConditionalAccessAuthenticationStrengthRequestBuilderInternal instantiates a new ConditionalAccessAuthenticationStrengthRequestBuilder and sets the default values.

func (*ConditionalAccessAuthenticationStrengthRequestBuilder) AuthenticationMethodModes added in v0.63.0

AuthenticationMethodModes provides operations to manage the authenticationMethodModes property of the microsoft.graph.authenticationStrengthRoot entity. returns a *ConditionalAccessAuthenticationStrengthAuthenticationMethodModesRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthRequestBuilder) Delete added in v0.63.0

Delete delete navigation property authenticationStrength for identity returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthRequestBuilder) Get added in v0.63.0

Get get authenticationStrength from identity returns a AuthenticationStrengthRootable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthRequestBuilder) Patch added in v0.63.0

Patch update the navigation property authenticationStrength in identity returns a AuthenticationStrengthRootable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessAuthenticationStrengthRequestBuilder) Policies added in v0.63.0

Policies provides operations to manage the policies property of the microsoft.graph.authenticationStrengthRoot entity. returns a *ConditionalAccessAuthenticationStrengthPoliciesRequestBuilder when successful

func (*ConditionalAccessAuthenticationStrengthRequestBuilder) ToDeleteRequestInformation added in v0.63.0

ToDeleteRequestInformation delete navigation property authenticationStrength for identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthRequestBuilder) ToGetRequestInformation added in v0.63.0

ToGetRequestInformation get authenticationStrength from identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthRequestBuilder) ToPatchRequestInformation added in v0.63.0

ToPatchRequestInformation update the navigation property authenticationStrength in identity returns a *RequestInformation when successful

func (*ConditionalAccessAuthenticationStrengthRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessAuthenticationStrengthRequestBuilder when successful

type ConditionalAccessAuthenticationStrengthRequestBuilderDeleteRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthRequestBuilderGetQueryParameters added in v0.63.0

type ConditionalAccessAuthenticationStrengthRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ConditionalAccessAuthenticationStrengthRequestBuilderGetQueryParameters get authenticationStrength from identity

type ConditionalAccessAuthenticationStrengthRequestBuilderGetRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessAuthenticationStrengthRequestBuilderGetQueryParameters
}

ConditionalAccessAuthenticationStrengthRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessAuthenticationStrengthRequestBuilderPatchRequestConfiguration added in v0.63.0

type ConditionalAccessAuthenticationStrengthRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessAuthenticationStrengthRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessNamedLocationsCountRequestBuilder added in v0.49.0

type ConditionalAccessNamedLocationsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessNamedLocationsCountRequestBuilder provides operations to count the resources in the collection.

func NewConditionalAccessNamedLocationsCountRequestBuilder added in v0.49.0

NewConditionalAccessNamedLocationsCountRequestBuilder instantiates a new ConditionalAccessNamedLocationsCountRequestBuilder and sets the default values.

func NewConditionalAccessNamedLocationsCountRequestBuilderInternal added in v0.49.0

func NewConditionalAccessNamedLocationsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessNamedLocationsCountRequestBuilder

NewConditionalAccessNamedLocationsCountRequestBuilderInternal instantiates a new ConditionalAccessNamedLocationsCountRequestBuilder and sets the default values.

func (*ConditionalAccessNamedLocationsCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessNamedLocationsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ConditionalAccessNamedLocationsCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessNamedLocationsCountRequestBuilder when successful

type ConditionalAccessNamedLocationsCountRequestBuilderGetQueryParameters added in v0.53.0

type ConditionalAccessNamedLocationsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ConditionalAccessNamedLocationsCountRequestBuilderGetQueryParameters get the number of the resource

type ConditionalAccessNamedLocationsCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessNamedLocationsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessNamedLocationsCountRequestBuilderGetQueryParameters
}

ConditionalAccessNamedLocationsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder added in v0.49.0

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity.

func NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilder added in v0.49.0

func NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder

NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilder instantiates a new ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder and sets the default values.

func NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilderInternal added in v0.49.0

func NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder

NewConditionalAccessNamedLocationsNamedLocationItemRequestBuilderInternal instantiates a new ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder and sets the default values.

func (*ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Delete added in v0.49.0

Delete delete an ipNamedLocation object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties and relationships of an ipNamedLocation object. returns a NamedLocationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of an ipNamedLocation object. returns a NamedLocationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete an ipNamedLocation object. returns a *RequestInformation when successful

func (*ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties and relationships of an ipNamedLocation object. returns a *RequestInformation when successful

func (*ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of an ipNamedLocation object. returns a *RequestInformation when successful

func (*ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder when successful

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters added in v0.49.0

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters retrieve the properties and relationships of an ipNamedLocation object.

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetQueryParameters
}

ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessNamedLocationsNamedLocationItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessNamedLocationsRequestBuilder added in v0.49.0

type ConditionalAccessNamedLocationsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessNamedLocationsRequestBuilder provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity.

func NewConditionalAccessNamedLocationsRequestBuilder added in v0.49.0

NewConditionalAccessNamedLocationsRequestBuilder instantiates a new ConditionalAccessNamedLocationsRequestBuilder and sets the default values.

func NewConditionalAccessNamedLocationsRequestBuilderInternal added in v0.49.0

func NewConditionalAccessNamedLocationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessNamedLocationsRequestBuilder

NewConditionalAccessNamedLocationsRequestBuilderInternal instantiates a new ConditionalAccessNamedLocationsRequestBuilder and sets the default values.

func (*ConditionalAccessNamedLocationsRequestBuilder) ByNamedLocationId added in v0.63.0

ByNamedLocationId provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity. returns a *ConditionalAccessNamedLocationsNamedLocationItemRequestBuilder when successful

func (*ConditionalAccessNamedLocationsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *ConditionalAccessNamedLocationsCountRequestBuilder when successful

func (*ConditionalAccessNamedLocationsRequestBuilder) Get added in v0.49.0

Get get a list of namedLocation objects. returns a NamedLocationCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessNamedLocationsRequestBuilder) Post added in v0.49.0

Post create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. returns a NamedLocationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessNamedLocationsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get a list of namedLocation objects. returns a *RequestInformation when successful

func (*ConditionalAccessNamedLocationsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new namedLocation object. Named locations can be either ipNamedLocation or countryNamedLocation objects. returns a *RequestInformation when successful

func (*ConditionalAccessNamedLocationsRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessNamedLocationsRequestBuilder when successful

type ConditionalAccessNamedLocationsRequestBuilderGetQueryParameters added in v0.49.0

type ConditionalAccessNamedLocationsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ConditionalAccessNamedLocationsRequestBuilderGetQueryParameters get a list of namedLocation objects.

type ConditionalAccessNamedLocationsRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessNamedLocationsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessNamedLocationsRequestBuilderGetQueryParameters
}

ConditionalAccessNamedLocationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessNamedLocationsRequestBuilderPostRequestConfiguration added in v0.49.0

type ConditionalAccessNamedLocationsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessNamedLocationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder added in v0.49.0

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity.

func NewConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder added in v0.49.0

func NewConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder

NewConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder instantiates a new ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder and sets the default values.

func NewConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderInternal added in v0.49.0

func NewConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder

NewConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderInternal instantiates a new ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder and sets the default values.

func (*ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) Delete added in v0.49.0

Delete delete a conditionalAccessPolicy object. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties and relationships of a conditionalAccessPolicy object. returns a ConditionalAccessPolicyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of a conditionalAccessPolicy object. returns a ConditionalAccessPolicyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete a conditionalAccessPolicy object. returns a *RequestInformation when successful

func (*ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties and relationships of a conditionalAccessPolicy object. returns a *RequestInformation when successful

func (*ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of a conditionalAccessPolicy object. returns a *RequestInformation when successful

func (*ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder when successful

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetQueryParameters added in v0.49.0

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a conditionalAccessPolicy object.

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetQueryParameters
}

ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessPoliciesCountRequestBuilder added in v0.49.0

type ConditionalAccessPoliciesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessPoliciesCountRequestBuilder provides operations to count the resources in the collection.

func NewConditionalAccessPoliciesCountRequestBuilder added in v0.49.0

NewConditionalAccessPoliciesCountRequestBuilder instantiates a new ConditionalAccessPoliciesCountRequestBuilder and sets the default values.

func NewConditionalAccessPoliciesCountRequestBuilderInternal added in v0.49.0

func NewConditionalAccessPoliciesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessPoliciesCountRequestBuilder

NewConditionalAccessPoliciesCountRequestBuilderInternal instantiates a new ConditionalAccessPoliciesCountRequestBuilder and sets the default values.

func (*ConditionalAccessPoliciesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessPoliciesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ConditionalAccessPoliciesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessPoliciesCountRequestBuilder when successful

type ConditionalAccessPoliciesCountRequestBuilderGetQueryParameters added in v0.53.0

type ConditionalAccessPoliciesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ConditionalAccessPoliciesCountRequestBuilderGetQueryParameters get the number of the resource

type ConditionalAccessPoliciesCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessPoliciesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessPoliciesCountRequestBuilderGetQueryParameters
}

ConditionalAccessPoliciesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessPoliciesRequestBuilder added in v0.49.0

type ConditionalAccessPoliciesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessPoliciesRequestBuilder provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity.

func NewConditionalAccessPoliciesRequestBuilder added in v0.49.0

NewConditionalAccessPoliciesRequestBuilder instantiates a new ConditionalAccessPoliciesRequestBuilder and sets the default values.

func NewConditionalAccessPoliciesRequestBuilderInternal added in v0.49.0

func NewConditionalAccessPoliciesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessPoliciesRequestBuilder

NewConditionalAccessPoliciesRequestBuilderInternal instantiates a new ConditionalAccessPoliciesRequestBuilder and sets the default values.

func (*ConditionalAccessPoliciesRequestBuilder) ByConditionalAccessPolicyId added in v0.63.0

ByConditionalAccessPolicyId provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity. returns a *ConditionalAccessPoliciesConditionalAccessPolicyItemRequestBuilder when successful

func (*ConditionalAccessPoliciesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *ConditionalAccessPoliciesCountRequestBuilder when successful

func (*ConditionalAccessPoliciesRequestBuilder) Get added in v0.49.0

Get retrieve a list of conditionalAccessPolicy objects. returns a ConditionalAccessPolicyCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessPoliciesRequestBuilder) Post added in v0.49.0

Post create a new conditionalAccessPolicy. returns a ConditionalAccessPolicyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessPoliciesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of conditionalAccessPolicy objects. returns a *RequestInformation when successful

func (*ConditionalAccessPoliciesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new conditionalAccessPolicy. returns a *RequestInformation when successful

func (*ConditionalAccessPoliciesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessPoliciesRequestBuilder when successful

type ConditionalAccessPoliciesRequestBuilderGetQueryParameters added in v0.49.0

type ConditionalAccessPoliciesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ConditionalAccessPoliciesRequestBuilderGetQueryParameters retrieve a list of conditionalAccessPolicy objects.

type ConditionalAccessPoliciesRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessPoliciesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessPoliciesRequestBuilderGetQueryParameters
}

ConditionalAccessPoliciesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessPoliciesRequestBuilderPostRequestConfiguration added in v0.49.0

type ConditionalAccessPoliciesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ConditionalAccessPoliciesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessRequestBuilder added in v0.49.0

ConditionalAccessRequestBuilder builds and executes requests for operations under \identity\conditionalAccess

func NewConditionalAccessRequestBuilder added in v0.49.0

NewConditionalAccessRequestBuilder instantiates a new ConditionalAccessRequestBuilder and sets the default values.

func NewConditionalAccessRequestBuilderInternal added in v0.49.0

func NewConditionalAccessRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessRequestBuilder

NewConditionalAccessRequestBuilderInternal instantiates a new ConditionalAccessRequestBuilder and sets the default values.

func (*ConditionalAccessRequestBuilder) AuthenticationContextClassReferences added in v0.49.0

AuthenticationContextClassReferences provides operations to manage the authenticationContextClassReferences property of the microsoft.graph.conditionalAccessRoot entity. returns a *ConditionalAccessAuthenticationContextClassReferencesRequestBuilder when successful

func (*ConditionalAccessRequestBuilder) AuthenticationStrength added in v0.63.0

AuthenticationStrength provides operations to manage the authenticationStrength property of the microsoft.graph.conditionalAccessRoot entity. returns a *ConditionalAccessAuthenticationStrengthRequestBuilder when successful

func (*ConditionalAccessRequestBuilder) NamedLocations added in v0.49.0

NamedLocations provides operations to manage the namedLocations property of the microsoft.graph.conditionalAccessRoot entity. returns a *ConditionalAccessNamedLocationsRequestBuilder when successful

func (*ConditionalAccessRequestBuilder) Policies added in v0.49.0

Policies provides operations to manage the policies property of the microsoft.graph.conditionalAccessRoot entity. returns a *ConditionalAccessPoliciesRequestBuilder when successful

func (*ConditionalAccessRequestBuilder) Templates added in v0.49.0

Templates provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity. returns a *ConditionalAccessTemplatesRequestBuilder when successful

type ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder added in v0.49.0

type ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity.

func NewConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder added in v0.49.0

func NewConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder

NewConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder instantiates a new ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder and sets the default values.

func NewConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderInternal added in v0.49.0

func NewConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder

NewConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderInternal instantiates a new ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder and sets the default values.

func (*ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder) Get added in v0.49.0

Get read the properties and relationships of a conditionalAccessTemplate object. returns a ConditionalAccessTemplateable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read the properties and relationships of a conditionalAccessTemplate object. returns a *RequestInformation when successful

func (*ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder when successful

type ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetQueryParameters added in v0.49.0

type ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetQueryParameters read the properties and relationships of a conditionalAccessTemplate object.

type ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetQueryParameters
}

ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessTemplatesCountRequestBuilder added in v0.49.0

type ConditionalAccessTemplatesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessTemplatesCountRequestBuilder provides operations to count the resources in the collection.

func NewConditionalAccessTemplatesCountRequestBuilder added in v0.49.0

NewConditionalAccessTemplatesCountRequestBuilder instantiates a new ConditionalAccessTemplatesCountRequestBuilder and sets the default values.

func NewConditionalAccessTemplatesCountRequestBuilderInternal added in v0.49.0

func NewConditionalAccessTemplatesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessTemplatesCountRequestBuilder

NewConditionalAccessTemplatesCountRequestBuilderInternal instantiates a new ConditionalAccessTemplatesCountRequestBuilder and sets the default values.

func (*ConditionalAccessTemplatesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*ConditionalAccessTemplatesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*ConditionalAccessTemplatesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessTemplatesCountRequestBuilder when successful

type ConditionalAccessTemplatesCountRequestBuilderGetQueryParameters added in v0.53.0

type ConditionalAccessTemplatesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

ConditionalAccessTemplatesCountRequestBuilderGetQueryParameters get the number of the resource

type ConditionalAccessTemplatesCountRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessTemplatesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessTemplatesCountRequestBuilderGetQueryParameters
}

ConditionalAccessTemplatesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type ConditionalAccessTemplatesRequestBuilder added in v0.49.0

type ConditionalAccessTemplatesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ConditionalAccessTemplatesRequestBuilder provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity.

func NewConditionalAccessTemplatesRequestBuilder added in v0.49.0

NewConditionalAccessTemplatesRequestBuilder instantiates a new ConditionalAccessTemplatesRequestBuilder and sets the default values.

func NewConditionalAccessTemplatesRequestBuilderInternal added in v0.49.0

func NewConditionalAccessTemplatesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ConditionalAccessTemplatesRequestBuilder

NewConditionalAccessTemplatesRequestBuilderInternal instantiates a new ConditionalAccessTemplatesRequestBuilder and sets the default values.

func (*ConditionalAccessTemplatesRequestBuilder) ByConditionalAccessTemplateId added in v0.63.0

ByConditionalAccessTemplateId provides operations to manage the templates property of the microsoft.graph.conditionalAccessRoot entity. returns a *ConditionalAccessTemplatesConditionalAccessTemplateItemRequestBuilder when successful

func (*ConditionalAccessTemplatesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *ConditionalAccessTemplatesCountRequestBuilder when successful

func (*ConditionalAccessTemplatesRequestBuilder) Get added in v0.49.0

Get get a list of the conditionalAccessTemplate objects and their properties. returns a ConditionalAccessTemplateCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ConditionalAccessTemplatesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get a list of the conditionalAccessTemplate objects and their properties. returns a *RequestInformation when successful

func (*ConditionalAccessTemplatesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ConditionalAccessTemplatesRequestBuilder when successful

type ConditionalAccessTemplatesRequestBuilderGetQueryParameters added in v0.49.0

type ConditionalAccessTemplatesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ConditionalAccessTemplatesRequestBuilderGetQueryParameters get a list of the conditionalAccessTemplate objects and their properties.

type ConditionalAccessTemplatesRequestBuilderGetRequestConfiguration added in v0.49.0

type ConditionalAccessTemplatesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ConditionalAccessTemplatesRequestBuilderGetQueryParameters
}

ConditionalAccessTemplatesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CustomAuthenticationExtensionsCountRequestBuilder added in v1.40.0

type CustomAuthenticationExtensionsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

CustomAuthenticationExtensionsCountRequestBuilder provides operations to count the resources in the collection.

func NewCustomAuthenticationExtensionsCountRequestBuilder added in v1.40.0

NewCustomAuthenticationExtensionsCountRequestBuilder instantiates a new CustomAuthenticationExtensionsCountRequestBuilder and sets the default values.

func NewCustomAuthenticationExtensionsCountRequestBuilderInternal added in v1.40.0

func NewCustomAuthenticationExtensionsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CustomAuthenticationExtensionsCountRequestBuilder

NewCustomAuthenticationExtensionsCountRequestBuilderInternal instantiates a new CustomAuthenticationExtensionsCountRequestBuilder and sets the default values.

func (*CustomAuthenticationExtensionsCountRequestBuilder) Get added in v1.40.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*CustomAuthenticationExtensionsCountRequestBuilder) ToGetRequestInformation added in v1.40.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*CustomAuthenticationExtensionsCountRequestBuilder) WithUrl added in v1.40.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CustomAuthenticationExtensionsCountRequestBuilder when successful

type CustomAuthenticationExtensionsCountRequestBuilderGetQueryParameters added in v1.40.0

type CustomAuthenticationExtensionsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CustomAuthenticationExtensionsCountRequestBuilderGetQueryParameters get the number of the resource

type CustomAuthenticationExtensionsCountRequestBuilderGetRequestConfiguration added in v1.40.0

type CustomAuthenticationExtensionsCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CustomAuthenticationExtensionsCountRequestBuilderGetQueryParameters
}

CustomAuthenticationExtensionsCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder added in v1.40.0

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder provides operations to manage the customAuthenticationExtensions property of the microsoft.graph.identityContainer entity.

func NewCustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder added in v1.40.0

func NewCustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder

NewCustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder instantiates a new CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder and sets the default values.

func NewCustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderInternal added in v1.40.0

func NewCustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder

NewCustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderInternal instantiates a new CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder and sets the default values.

func (*CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) Delete added in v1.40.0

Delete delete a customAuthenticationExtension object. The following derived types are currently supported. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) Get added in v1.40.0

Get read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. returns a CustomAuthenticationExtensionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) Patch added in v1.40.0

Patch update the properties of a customAuthenticationExtension object. The following derived types are currently supported. returns a CustomAuthenticationExtensionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) ToDeleteRequestInformation added in v1.40.0

ToDeleteRequestInformation delete a customAuthenticationExtension object. The following derived types are currently supported. returns a *RequestInformation when successful

func (*CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) ToGetRequestInformation added in v1.40.0

ToGetRequestInformation read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported. returns a *RequestInformation when successful

func (*CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) ToPatchRequestInformation added in v1.40.0

ToPatchRequestInformation update the properties of a customAuthenticationExtension object. The following derived types are currently supported. returns a *RequestInformation when successful

func (*CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) ValidateAuthenticationConfiguration added in v1.40.0

ValidateAuthenticationConfiguration provides operations to call the validateAuthenticationConfiguration method. returns a *CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder when successful

func (*CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder) WithUrl added in v1.40.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder when successful

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderDeleteRequestConfiguration added in v1.40.0

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetQueryParameters added in v1.40.0

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetQueryParameters read the properties and relationships of a customAuthenticationExtension object. The following derived types are currently supported.

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetRequestConfiguration added in v1.40.0

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetQueryParameters
}

CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderPatchRequestConfiguration added in v1.40.0

type CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder added in v1.40.0

type CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder provides operations to call the validateAuthenticationConfiguration method.

func NewCustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder added in v1.40.0

func NewCustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder

NewCustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder instantiates a new CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder and sets the default values.

func NewCustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilderInternal added in v1.40.0

func NewCustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder

NewCustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilderInternal instantiates a new CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder and sets the default values.

func (*CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder) Post added in v1.40.0

Post an API to check validity of the endpoint and and authentication configuration for a customAuthenticationExtension object, which can represent one of the following derived types: returns a AuthenticationConfigurationValidationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder) ToPostRequestInformation added in v1.40.0

ToPostRequestInformation an API to check validity of the endpoint and and authentication configuration for a customAuthenticationExtension object, which can represent one of the following derived types: returns a *RequestInformation when successful

func (*CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder) WithUrl added in v1.40.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilder when successful

type CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilderPostRequestConfiguration added in v1.40.0

type CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

CustomAuthenticationExtensionsItemValidateAuthenticationConfigurationRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CustomAuthenticationExtensionsRequestBuilder added in v1.40.0

type CustomAuthenticationExtensionsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

CustomAuthenticationExtensionsRequestBuilder provides operations to manage the customAuthenticationExtensions property of the microsoft.graph.identityContainer entity.

func NewCustomAuthenticationExtensionsRequestBuilder added in v1.40.0

NewCustomAuthenticationExtensionsRequestBuilder instantiates a new CustomAuthenticationExtensionsRequestBuilder and sets the default values.

func NewCustomAuthenticationExtensionsRequestBuilderInternal added in v1.40.0

func NewCustomAuthenticationExtensionsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CustomAuthenticationExtensionsRequestBuilder

NewCustomAuthenticationExtensionsRequestBuilderInternal instantiates a new CustomAuthenticationExtensionsRequestBuilder and sets the default values.

func (*CustomAuthenticationExtensionsRequestBuilder) ByCustomAuthenticationExtensionId added in v1.40.0

ByCustomAuthenticationExtensionId provides operations to manage the customAuthenticationExtensions property of the microsoft.graph.identityContainer entity. returns a *CustomAuthenticationExtensionsCustomAuthenticationExtensionItemRequestBuilder when successful

func (*CustomAuthenticationExtensionsRequestBuilder) Count added in v1.40.0

Count provides operations to count the resources in the collection. returns a *CustomAuthenticationExtensionsCountRequestBuilder when successful

func (*CustomAuthenticationExtensionsRequestBuilder) Get added in v1.40.0

Get get a list of the customAuthenticationExtension objects and their properties. The following derived types are supported. returns a CustomAuthenticationExtensionCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*CustomAuthenticationExtensionsRequestBuilder) Post added in v1.40.0

Post create a new customAuthenticationExtension object. The following derived types are currently supported. returns a CustomAuthenticationExtensionable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*CustomAuthenticationExtensionsRequestBuilder) ToGetRequestInformation added in v1.40.0

ToGetRequestInformation get a list of the customAuthenticationExtension objects and their properties. The following derived types are supported. returns a *RequestInformation when successful

func (*CustomAuthenticationExtensionsRequestBuilder) ToPostRequestInformation added in v1.40.0

ToPostRequestInformation create a new customAuthenticationExtension object. The following derived types are currently supported. returns a *RequestInformation when successful

func (*CustomAuthenticationExtensionsRequestBuilder) ValidateAuthenticationConfiguration added in v1.40.0

ValidateAuthenticationConfiguration provides operations to call the validateAuthenticationConfiguration method. returns a *CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder when successful

func (*CustomAuthenticationExtensionsRequestBuilder) WithUrl added in v1.40.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CustomAuthenticationExtensionsRequestBuilder when successful

type CustomAuthenticationExtensionsRequestBuilderGetQueryParameters added in v1.40.0

type CustomAuthenticationExtensionsRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

CustomAuthenticationExtensionsRequestBuilderGetQueryParameters get a list of the customAuthenticationExtension objects and their properties. The following derived types are supported.

type CustomAuthenticationExtensionsRequestBuilderGetRequestConfiguration added in v1.40.0

type CustomAuthenticationExtensionsRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CustomAuthenticationExtensionsRequestBuilderGetQueryParameters
}

CustomAuthenticationExtensionsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CustomAuthenticationExtensionsRequestBuilderPostRequestConfiguration added in v1.40.0

type CustomAuthenticationExtensionsRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

CustomAuthenticationExtensionsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody added in v1.40.0

type CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody struct {
	// contains filtered or unexported fields
}

func NewCustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody added in v1.40.0

func NewCustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody() *CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody

NewCustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody instantiates a new CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody and sets the default values.

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) GetAdditionalData added in v1.40.0

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) GetAuthenticationConfiguration added in v1.40.0

GetAuthenticationConfiguration gets the authenticationConfiguration property value. The authenticationConfiguration property returns a CustomExtensionAuthenticationConfigurationable when successful

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) GetBackingStore added in v1.40.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) GetEndpointConfiguration added in v1.40.0

GetEndpointConfiguration gets the endpointConfiguration property value. The endpointConfiguration property returns a CustomExtensionEndpointConfigurationable when successful

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) GetFieldDeserializers added in v1.40.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) Serialize added in v1.40.0

Serialize serializes information the current object

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) SetAdditionalData added in v1.40.0

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) SetAuthenticationConfiguration added in v1.40.0

SetAuthenticationConfiguration sets the authenticationConfiguration property value. The authenticationConfiguration property

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) SetBackingStore added in v1.40.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationPostRequestBody) SetEndpointConfiguration added in v1.40.0

SetEndpointConfiguration sets the endpointConfiguration property value. The endpointConfiguration property

type CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder added in v1.40.0

type CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder provides operations to call the validateAuthenticationConfiguration method.

func NewCustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder added in v1.40.0

func NewCustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder

NewCustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder instantiates a new CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder and sets the default values.

func NewCustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilderInternal added in v1.40.0

func NewCustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder

NewCustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilderInternal instantiates a new CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder and sets the default values.

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder) Post added in v1.40.0

Post invoke action validateAuthenticationConfiguration returns a AuthenticationConfigurationValidationable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder) ToPostRequestInformation added in v1.40.0

ToPostRequestInformation invoke action validateAuthenticationConfiguration returns a *RequestInformation when successful

func (*CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder) WithUrl added in v1.40.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilder when successful

type CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilderPostRequestConfiguration added in v1.40.0

type CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

CustomAuthenticationExtensionsValidateAuthenticationConfigurationRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type IdentityProvidersAvailableProviderTypesGetResponse added in v1.20.0

type IdentityProvidersAvailableProviderTypesGetResponse struct {
	iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}

func NewIdentityProvidersAvailableProviderTypesGetResponse added in v1.20.0

func NewIdentityProvidersAvailableProviderTypesGetResponse() *IdentityProvidersAvailableProviderTypesGetResponse

NewIdentityProvidersAvailableProviderTypesGetResponse instantiates a new IdentityProvidersAvailableProviderTypesGetResponse and sets the default values.

func (*IdentityProvidersAvailableProviderTypesGetResponse) GetFieldDeserializers added in v1.20.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*IdentityProvidersAvailableProviderTypesGetResponse) GetValue added in v1.20.0

GetValue gets the value property value. The value property returns a []string when successful

func (*IdentityProvidersAvailableProviderTypesGetResponse) Serialize added in v1.20.0

Serialize serializes information the current object

func (*IdentityProvidersAvailableProviderTypesGetResponse) SetValue added in v1.20.0

SetValue sets the value property value. The value property

type IdentityProvidersAvailableProviderTypesRequestBuilder added in v0.49.0

type IdentityProvidersAvailableProviderTypesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

IdentityProvidersAvailableProviderTypesRequestBuilder provides operations to call the availableProviderTypes method.

func NewIdentityProvidersAvailableProviderTypesRequestBuilder added in v0.49.0

func NewIdentityProvidersAvailableProviderTypesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProvidersAvailableProviderTypesRequestBuilder

NewIdentityProvidersAvailableProviderTypesRequestBuilder instantiates a new IdentityProvidersAvailableProviderTypesRequestBuilder and sets the default values.

func NewIdentityProvidersAvailableProviderTypesRequestBuilderInternal added in v0.49.0

func NewIdentityProvidersAvailableProviderTypesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProvidersAvailableProviderTypesRequestBuilder

NewIdentityProvidersAvailableProviderTypesRequestBuilderInternal instantiates a new IdentityProvidersAvailableProviderTypesRequestBuilder and sets the default values.

func (*IdentityProvidersAvailableProviderTypesRequestBuilder) Get added in v0.49.0

Get get all identity providers supported in a directory. Deprecated: This method is obsolete. Use GetAsAvailableProviderTypesGetResponse instead. returns a IdentityProvidersAvailableProviderTypesResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*IdentityProvidersAvailableProviderTypesRequestBuilder) GetAsAvailableProviderTypesGetResponse added in v1.20.0

GetAsAvailableProviderTypesGetResponse get all identity providers supported in a directory. returns a IdentityProvidersAvailableProviderTypesGetResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*IdentityProvidersAvailableProviderTypesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get all identity providers supported in a directory. returns a *RequestInformation when successful

func (*IdentityProvidersAvailableProviderTypesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *IdentityProvidersAvailableProviderTypesRequestBuilder when successful

type IdentityProvidersAvailableProviderTypesRequestBuilderGetQueryParameters added in v0.49.0

type IdentityProvidersAvailableProviderTypesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

IdentityProvidersAvailableProviderTypesRequestBuilderGetQueryParameters get all identity providers supported in a directory.

type IdentityProvidersAvailableProviderTypesRequestBuilderGetRequestConfiguration added in v0.49.0

type IdentityProvidersAvailableProviderTypesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *IdentityProvidersAvailableProviderTypesRequestBuilderGetQueryParameters
}

IdentityProvidersAvailableProviderTypesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type IdentityProvidersAvailableProviderTypesResponse deprecated added in v0.49.0

type IdentityProvidersAvailableProviderTypesResponse struct {
	IdentityProvidersAvailableProviderTypesGetResponse
}

Deprecated: This class is obsolete. Use IdentityProvidersAvailableProviderTypesGetResponseable instead.

func NewIdentityProvidersAvailableProviderTypesResponse added in v0.49.0

func NewIdentityProvidersAvailableProviderTypesResponse() *IdentityProvidersAvailableProviderTypesResponse

NewIdentityProvidersAvailableProviderTypesResponse instantiates a new IdentityProvidersAvailableProviderTypesResponse and sets the default values.

type IdentityProvidersAvailableProviderTypesResponseable deprecated added in v0.49.0

Deprecated: This class is obsolete. Use IdentityProvidersAvailableProviderTypesGetResponseable instead.

type IdentityProvidersCountRequestBuilder added in v0.49.0

type IdentityProvidersCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

IdentityProvidersCountRequestBuilder provides operations to count the resources in the collection.

func NewIdentityProvidersCountRequestBuilder added in v0.49.0

NewIdentityProvidersCountRequestBuilder instantiates a new IdentityProvidersCountRequestBuilder and sets the default values.

func NewIdentityProvidersCountRequestBuilderInternal added in v0.49.0

func NewIdentityProvidersCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProvidersCountRequestBuilder

NewIdentityProvidersCountRequestBuilderInternal instantiates a new IdentityProvidersCountRequestBuilder and sets the default values.

func (*IdentityProvidersCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*IdentityProvidersCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*IdentityProvidersCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *IdentityProvidersCountRequestBuilder when successful

type IdentityProvidersCountRequestBuilderGetQueryParameters added in v0.53.0

type IdentityProvidersCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

IdentityProvidersCountRequestBuilderGetQueryParameters get the number of the resource

type IdentityProvidersCountRequestBuilderGetRequestConfiguration added in v0.49.0

type IdentityProvidersCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *IdentityProvidersCountRequestBuilderGetQueryParameters
}

IdentityProvidersCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type IdentityProvidersIdentityProviderBaseItemRequestBuilder added in v0.49.0

type IdentityProvidersIdentityProviderBaseItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

IdentityProvidersIdentityProviderBaseItemRequestBuilder provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity.

func NewIdentityProvidersIdentityProviderBaseItemRequestBuilder added in v0.49.0

func NewIdentityProvidersIdentityProviderBaseItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProvidersIdentityProviderBaseItemRequestBuilder

NewIdentityProvidersIdentityProviderBaseItemRequestBuilder instantiates a new IdentityProvidersIdentityProviderBaseItemRequestBuilder and sets the default values.

func NewIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal added in v0.49.0

func NewIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProvidersIdentityProviderBaseItemRequestBuilder

NewIdentityProvidersIdentityProviderBaseItemRequestBuilderInternal instantiates a new IdentityProvidersIdentityProviderBaseItemRequestBuilder and sets the default values.

func (*IdentityProvidersIdentityProviderBaseItemRequestBuilder) Delete added in v0.49.0

Delete delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*IdentityProvidersIdentityProviderBaseItemRequestBuilder) Get added in v0.49.0

Get get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource. returns a IdentityProviderBaseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*IdentityProvidersIdentityProviderBaseItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource. returns a IdentityProviderBaseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*IdentityProvidersIdentityProviderBaseItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete an identity provider resource that is of the type specified by the id in the request. Among the types of providers derived from identityProviderBase, you can currently delete a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently delete a socialIdentityProvider, or an appleManagedIdentityProvider resource. returns a *RequestInformation when successful

func (*IdentityProvidersIdentityProviderBaseItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource. returns a *RequestInformation when successful

func (*IdentityProvidersIdentityProviderBaseItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently update a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently update a socialIdentityProvider, or an appleManagedIdentityProvider resource. returns a *RequestInformation when successful

func (*IdentityProvidersIdentityProviderBaseItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *IdentityProvidersIdentityProviderBaseItemRequestBuilder when successful

type IdentityProvidersIdentityProviderBaseItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type IdentityProvidersIdentityProviderBaseItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

IdentityProvidersIdentityProviderBaseItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type IdentityProvidersIdentityProviderBaseItemRequestBuilderGetQueryParameters added in v0.49.0

type IdentityProvidersIdentityProviderBaseItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

IdentityProvidersIdentityProviderBaseItemRequestBuilderGetQueryParameters get the properties and relationships of the specified identity provider configured in the tenant. Among the types of providers derived from identityProviderBase, you can currently get a socialIdentityProvider or a builtinIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently get a socialIdentityProvider, or an appleManagedIdentityProvider resource.

type IdentityProvidersIdentityProviderBaseItemRequestBuilderGetRequestConfiguration added in v0.49.0

type IdentityProvidersIdentityProviderBaseItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *IdentityProvidersIdentityProviderBaseItemRequestBuilderGetQueryParameters
}

IdentityProvidersIdentityProviderBaseItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type IdentityProvidersIdentityProviderBaseItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type IdentityProvidersIdentityProviderBaseItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

IdentityProvidersIdentityProviderBaseItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type IdentityProvidersRequestBuilder added in v0.49.0

IdentityProvidersRequestBuilder provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity.

func NewIdentityProvidersRequestBuilder added in v0.49.0

NewIdentityProvidersRequestBuilder instantiates a new IdentityProvidersRequestBuilder and sets the default values.

func NewIdentityProvidersRequestBuilderInternal added in v0.49.0

func NewIdentityProvidersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProvidersRequestBuilder

NewIdentityProvidersRequestBuilderInternal instantiates a new IdentityProvidersRequestBuilder and sets the default values.

func (*IdentityProvidersRequestBuilder) AvailableProviderTypes added in v0.49.0

AvailableProviderTypes provides operations to call the availableProviderTypes method. returns a *IdentityProvidersAvailableProviderTypesRequestBuilder when successful

func (*IdentityProvidersRequestBuilder) ByIdentityProviderBaseId added in v0.63.0

func (m *IdentityProvidersRequestBuilder) ByIdentityProviderBaseId(identityProviderBaseId string) *IdentityProvidersIdentityProviderBaseItemRequestBuilder

ByIdentityProviderBaseId provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity. returns a *IdentityProvidersIdentityProviderBaseItemRequestBuilder when successful

func (*IdentityProvidersRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *IdentityProvidersCountRequestBuilder when successful

func (*IdentityProvidersRequestBuilder) Get added in v0.49.0

Get get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. returns a IdentityProviderBaseCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*IdentityProvidersRequestBuilder) Post added in v0.49.0

Post create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource. returns a IdentityProviderBaseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*IdentityProvidersRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects. returns a *RequestInformation when successful

func (*IdentityProvidersRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create an identity provider object that is of the type specified in the request body. Among the types of providers derived from identityProviderBase, you can currently create a socialIdentityProvider resource in Microsoft Entra ID. In Azure AD B2C, this operation can currently create a socialIdentityProvider, or an appleManagedIdentityProvider resource. returns a *RequestInformation when successful

func (*IdentityProvidersRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *IdentityProvidersRequestBuilder when successful

type IdentityProvidersRequestBuilderGetQueryParameters added in v0.49.0

type IdentityProvidersRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

IdentityProvidersRequestBuilderGetQueryParameters get a collection of identity provider resources that are configured for a tenant, and that are derived from identityProviderBase. For a Microsoft Entra tenant, the providers can be socialIdentityProviders or builtinIdentityProviders objects. For an Azure AD B2C, the providers can be socialIdentityProvider, or appleManagedIdentityProvider objects.

type IdentityProvidersRequestBuilderGetRequestConfiguration added in v0.49.0

type IdentityProvidersRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *IdentityProvidersRequestBuilderGetQueryParameters
}

IdentityProvidersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type IdentityProvidersRequestBuilderPostRequestConfiguration added in v0.49.0

type IdentityProvidersRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

IdentityProvidersRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type IdentityRequestBuilder

IdentityRequestBuilder provides operations to manage the identityContainer singleton.

func NewIdentityRequestBuilder

NewIdentityRequestBuilder instantiates a new IdentityRequestBuilder and sets the default values.

func NewIdentityRequestBuilderInternal

func NewIdentityRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityRequestBuilder

NewIdentityRequestBuilderInternal instantiates a new IdentityRequestBuilder and sets the default values.

func (*IdentityRequestBuilder) ApiConnectors

ApiConnectors provides operations to manage the apiConnectors property of the microsoft.graph.identityContainer entity. returns a *ApiConnectorsRequestBuilder when successful

func (*IdentityRequestBuilder) AuthenticationEventListeners added in v1.40.0

func (m *IdentityRequestBuilder) AuthenticationEventListeners() *AuthenticationEventListenersRequestBuilder

AuthenticationEventListeners provides operations to manage the authenticationEventListeners property of the microsoft.graph.identityContainer entity. returns a *AuthenticationEventListenersRequestBuilder when successful

func (*IdentityRequestBuilder) AuthenticationEventsFlows added in v1.44.0

func (m *IdentityRequestBuilder) AuthenticationEventsFlows() *AuthenticationEventsFlowsRequestBuilder

AuthenticationEventsFlows provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity. returns a *AuthenticationEventsFlowsRequestBuilder when successful

func (*IdentityRequestBuilder) B2xUserFlows

B2xUserFlows provides operations to manage the b2xUserFlows property of the microsoft.graph.identityContainer entity. returns a *B2xUserFlowsRequestBuilder when successful

func (*IdentityRequestBuilder) ConditionalAccess

ConditionalAccess the conditionalAccess property returns a *ConditionalAccessRequestBuilder when successful

func (*IdentityRequestBuilder) CustomAuthenticationExtensions added in v1.40.0

func (m *IdentityRequestBuilder) CustomAuthenticationExtensions() *CustomAuthenticationExtensionsRequestBuilder

CustomAuthenticationExtensions provides operations to manage the customAuthenticationExtensions property of the microsoft.graph.identityContainer entity. returns a *CustomAuthenticationExtensionsRequestBuilder when successful

func (*IdentityRequestBuilder) Get

Get get identity returns a IdentityContainerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*IdentityRequestBuilder) IdentityProviders

IdentityProviders provides operations to manage the identityProviders property of the microsoft.graph.identityContainer entity. returns a *IdentityProvidersRequestBuilder when successful

func (*IdentityRequestBuilder) Patch

Patch update identity returns a IdentityContainerable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*IdentityRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get identity returns a *RequestInformation when successful

func (*IdentityRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update identity returns a *RequestInformation when successful

func (*IdentityRequestBuilder) UserFlowAttributes

UserFlowAttributes provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity. returns a *UserFlowAttributesRequestBuilder when successful

func (*IdentityRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *IdentityRequestBuilder when successful

type IdentityRequestBuilderGetQueryParameters

type IdentityRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

IdentityRequestBuilderGetQueryParameters get identity

type IdentityRequestBuilderGetRequestConfiguration added in v0.22.0

type IdentityRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *IdentityRequestBuilderGetQueryParameters
}

IdentityRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type IdentityRequestBuilderPatchRequestConfiguration added in v0.22.0

type IdentityRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

IdentityRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type UserFlowAttributesCountRequestBuilder added in v0.49.0

type UserFlowAttributesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

UserFlowAttributesCountRequestBuilder provides operations to count the resources in the collection.

func NewUserFlowAttributesCountRequestBuilder added in v0.49.0

NewUserFlowAttributesCountRequestBuilder instantiates a new UserFlowAttributesCountRequestBuilder and sets the default values.

func NewUserFlowAttributesCountRequestBuilderInternal added in v0.49.0

func NewUserFlowAttributesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserFlowAttributesCountRequestBuilder

NewUserFlowAttributesCountRequestBuilderInternal instantiates a new UserFlowAttributesCountRequestBuilder and sets the default values.

func (*UserFlowAttributesCountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*UserFlowAttributesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*UserFlowAttributesCountRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *UserFlowAttributesCountRequestBuilder when successful

type UserFlowAttributesCountRequestBuilderGetQueryParameters added in v0.53.0

type UserFlowAttributesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

UserFlowAttributesCountRequestBuilderGetQueryParameters get the number of the resource

type UserFlowAttributesCountRequestBuilderGetRequestConfiguration added in v0.49.0

type UserFlowAttributesCountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *UserFlowAttributesCountRequestBuilderGetQueryParameters
}

UserFlowAttributesCountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder added in v0.49.0

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity.

func NewUserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder added in v0.49.0

func NewUserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder

NewUserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder instantiates a new UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder and sets the default values.

func NewUserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderInternal added in v0.49.0

func NewUserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder

NewUserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderInternal instantiates a new UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder and sets the default values.

func (*UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) Delete added in v0.49.0

Delete delete a custom identityUserFlowAttribute. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties and relationships of a identityUserFlowAttribute object. returns a IdentityUserFlowAttributeable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of a custom identityUserFlowAttribute object. returns a IdentityUserFlowAttributeable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete a custom identityUserFlowAttribute. returns a *RequestInformation when successful

func (*UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties and relationships of a identityUserFlowAttribute object. returns a *RequestInformation when successful

func (*UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of a custom identityUserFlowAttribute object. returns a *RequestInformation when successful

func (*UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder when successful

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderDeleteRequestConfiguration added in v0.49.0

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetQueryParameters added in v0.49.0

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetQueryParameters retrieve the properties and relationships of a identityUserFlowAttribute object.

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetRequestConfiguration added in v0.49.0

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetQueryParameters
}

UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderPatchRequestConfiguration added in v0.49.0

type UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type UserFlowAttributesRequestBuilder added in v0.49.0

UserFlowAttributesRequestBuilder provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity.

func NewUserFlowAttributesRequestBuilder added in v0.49.0

NewUserFlowAttributesRequestBuilder instantiates a new UserFlowAttributesRequestBuilder and sets the default values.

func NewUserFlowAttributesRequestBuilderInternal added in v0.49.0

func NewUserFlowAttributesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserFlowAttributesRequestBuilder

NewUserFlowAttributesRequestBuilderInternal instantiates a new UserFlowAttributesRequestBuilder and sets the default values.

func (*UserFlowAttributesRequestBuilder) ByIdentityUserFlowAttributeId added in v0.63.0

func (m *UserFlowAttributesRequestBuilder) ByIdentityUserFlowAttributeId(identityUserFlowAttributeId string) *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder

ByIdentityUserFlowAttributeId provides operations to manage the userFlowAttributes property of the microsoft.graph.identityContainer entity. returns a *UserFlowAttributesIdentityUserFlowAttributeItemRequestBuilder when successful

func (*UserFlowAttributesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection. returns a *UserFlowAttributesCountRequestBuilder when successful

func (*UserFlowAttributesRequestBuilder) Get added in v0.49.0

Get retrieve a list of identityUserFlowAttribute objects. returns a IdentityUserFlowAttributeCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*UserFlowAttributesRequestBuilder) Post added in v0.49.0

Post create a new custom identityUserFlowAttribute object. returns a IdentityUserFlowAttributeable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*UserFlowAttributesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of identityUserFlowAttribute objects. returns a *RequestInformation when successful

func (*UserFlowAttributesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new custom identityUserFlowAttribute object. returns a *RequestInformation when successful

func (*UserFlowAttributesRequestBuilder) WithUrl added in v1.18.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *UserFlowAttributesRequestBuilder when successful

type UserFlowAttributesRequestBuilderGetQueryParameters added in v0.49.0

type UserFlowAttributesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

UserFlowAttributesRequestBuilderGetQueryParameters retrieve a list of identityUserFlowAttribute objects.

type UserFlowAttributesRequestBuilderGetRequestConfiguration added in v0.49.0

type UserFlowAttributesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *UserFlowAttributesRequestBuilderGetQueryParameters
}

UserFlowAttributesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type UserFlowAttributesRequestBuilderPostRequestConfiguration added in v0.49.0

type UserFlowAttributesRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

UserFlowAttributesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Source Files

Jump to

Keyboard shortcuts

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