Documentation
¶
Index ¶
- func CreateMicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type CountRequestBuilder
- type CountRequestBuilderGetQueryParameters
- type CountRequestBuilderGetRequestConfiguration
- type IdentityProviderItemRequestBuilder
- func (m *IdentityProviderItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *IdentityProviderItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *IdentityProviderItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *IdentityProviderItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *IdentityProviderItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *IdentityProviderItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- type IdentityProviderItemRequestBuilderDeleteRequestConfiguration
- type IdentityProviderItemRequestBuilderGetQueryParameters
- type IdentityProviderItemRequestBuilderGetRequestConfiguration
- type IdentityProviderItemRequestBuilderPatchRequestConfiguration
- type IdentityProvidersRequestBuilder
- func (m *IdentityProvidersRequestBuilder) Count() *CountRequestBuilder
- func (m *IdentityProvidersRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *IdentityProvidersRequestBuilder) MicrosoftGraphAvailableProviderTypes() *MicrosoftGraphAvailableProviderTypesRequestBuilder
- func (m *IdentityProvidersRequestBuilder) Post(ctx context.Context, ...) (...)
- func (m *IdentityProvidersRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *IdentityProvidersRequestBuilder) ToPostRequestInformation(ctx context.Context, ...) (...)
- type IdentityProvidersRequestBuilderGetQueryParameters
- type IdentityProvidersRequestBuilderGetRequestConfiguration
- type IdentityProvidersRequestBuilderPostRequestConfiguration
- type MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse
- func (m *MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) GetFieldDeserializers() ...
- func (m *MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) GetValue() []string
- func (m *MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) Serialize(...) error
- func (m *MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) SetValue(value []string)
- type MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponseable
- type MicrosoftGraphAvailableProviderTypesRequestBuilder
- type MicrosoftGraphAvailableProviderTypesRequestBuilderGetQueryParameters
- type MicrosoftGraphAvailableProviderTypesRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponseFromDiscriminatorValue ¶ added in v0.54.0
func CreateMicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateMicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type CountRequestBuilder ¶ added in v0.49.0
type CountRequestBuilder struct {
// contains filtered or unexported fields
}
CountRequestBuilder provides operations to count the resources in the collection.
func NewCountRequestBuilder ¶ added in v0.49.0
func NewCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder
NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.
func NewCountRequestBuilderInternal ¶ added in v0.49.0
func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder
NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.
func (*CountRequestBuilder) Get ¶ added in v0.49.0
func (m *CountRequestBuilder) Get(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*int32, error)
Get get the number of the resource
func (*CountRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *CountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation get the number of the resource
type CountRequestBuilderGetQueryParameters ¶ added in v0.53.0
type CountRequestBuilderGetQueryParameters struct {
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
}
CountRequestBuilderGetQueryParameters get the number of the resource
type CountRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type CountRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *CountRequestBuilderGetQueryParameters
}
CountRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type IdentityProviderItemRequestBuilder ¶ added in v0.49.0
type IdentityProviderItemRequestBuilder struct {
// contains filtered or unexported fields
}
IdentityProviderItemRequestBuilder provides operations to manage the collection of identityProvider entities.
func NewIdentityProviderItemRequestBuilder ¶ added in v0.49.0
func NewIdentityProviderItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProviderItemRequestBuilder
NewIdentityProviderItemRequestBuilder instantiates a new IdentityProviderItemRequestBuilder and sets the default values.
func NewIdentityProviderItemRequestBuilderInternal ¶ added in v0.49.0
func NewIdentityProviderItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProviderItemRequestBuilder
NewIdentityProviderItemRequestBuilderInternal instantiates a new IdentityProviderItemRequestBuilder and sets the default values.
func (*IdentityProviderItemRequestBuilder) Delete ¶ added in v0.49.0
func (m *IdentityProviderItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *IdentityProviderItemRequestBuilderDeleteRequestConfiguration) error
Delete delete an existing identityProvider. Find more info here
func (*IdentityProviderItemRequestBuilder) Get ¶ added in v0.49.0
func (m *IdentityProviderItemRequestBuilder) Get(ctx context.Context, requestConfiguration *IdentityProviderItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, error)
Get retrieve the properties of an existing identityProvider. Find more info here
func (*IdentityProviderItemRequestBuilder) Patch ¶ added in v0.49.0
func (m *IdentityProviderItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProviderItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, error)
Patch update properties in an existing identityProvider. Find more info here
func (*IdentityProviderItemRequestBuilder) ToDeleteRequestInformation ¶ added in v0.51.0
func (m *IdentityProviderItemRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *IdentityProviderItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToDeleteRequestInformation delete an existing identityProvider.
func (*IdentityProviderItemRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *IdentityProviderItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IdentityProviderItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation retrieve the properties of an existing identityProvider.
func (*IdentityProviderItemRequestBuilder) ToPatchRequestInformation ¶ added in v0.51.0
func (m *IdentityProviderItemRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProviderItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation update properties in an existing identityProvider.
type IdentityProviderItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.49.0
type IdentityProviderItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
IdentityProviderItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type IdentityProviderItemRequestBuilderGetQueryParameters ¶ added in v0.49.0
type IdentityProviderItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
}
IdentityProviderItemRequestBuilderGetQueryParameters retrieve the properties of an existing identityProvider.
type IdentityProviderItemRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type IdentityProviderItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *IdentityProviderItemRequestBuilderGetQueryParameters
}
IdentityProviderItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type IdentityProviderItemRequestBuilderPatchRequestConfiguration ¶ added in v0.49.0
type IdentityProviderItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
IdentityProviderItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type IdentityProvidersRequestBuilder ¶
type IdentityProvidersRequestBuilder struct {
// contains filtered or unexported fields
}
IdentityProvidersRequestBuilder provides operations to manage the collection of identityProvider entities.
func NewIdentityProvidersRequestBuilder ¶
func NewIdentityProvidersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProvidersRequestBuilder
NewIdentityProvidersRequestBuilder instantiates a new IdentityProvidersRequestBuilder and sets the default values.
func NewIdentityProvidersRequestBuilderInternal ¶
func NewIdentityProvidersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IdentityProvidersRequestBuilder
NewIdentityProvidersRequestBuilderInternal instantiates a new IdentityProvidersRequestBuilder and sets the default values.
func (*IdentityProvidersRequestBuilder) Count ¶ added in v0.13.0
func (m *IdentityProvidersRequestBuilder) Count() *CountRequestBuilder
Count provides operations to count the resources in the collection.
func (*IdentityProvidersRequestBuilder) Get ¶
func (m *IdentityProvidersRequestBuilder) Get(ctx context.Context, requestConfiguration *IdentityProvidersRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderCollectionResponseable, error)
Get retrieve all identityProviders in the directory. Find more info here
func (*IdentityProvidersRequestBuilder) MicrosoftGraphAvailableProviderTypes ¶ added in v0.54.0
func (m *IdentityProvidersRequestBuilder) MicrosoftGraphAvailableProviderTypes() *MicrosoftGraphAvailableProviderTypesRequestBuilder
MicrosoftGraphAvailableProviderTypes provides operations to call the availableProviderTypes method.
func (*IdentityProvidersRequestBuilder) Post ¶
func (m *IdentityProvidersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProvidersRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, error)
Post add new entity to identityProviders
func (*IdentityProvidersRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *IdentityProvidersRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *IdentityProvidersRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation retrieve all identityProviders in the directory.
func (*IdentityProvidersRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *IdentityProvidersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProvidersRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation add new entity to identityProviders
type IdentityProvidersRequestBuilderGetQueryParameters ¶
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 retrieve all identityProviders in the directory.
type IdentityProvidersRequestBuilderGetRequestConfiguration ¶ added in v0.22.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.22.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 MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse ¶ added in v0.54.0
type MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
// contains filtered or unexported fields
}
MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse
func NewMicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse ¶ added in v0.54.0
func NewMicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse() *MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse
NewMicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse instantiates a new MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse and sets the default values.
func (*MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) GetFieldDeserializers ¶ added in v0.54.0
func (m *MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) GetValue ¶ added in v0.54.0
func (m *MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) GetValue() []string
GetValue gets the value property value. The value property
func (*MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) Serialize ¶ added in v0.54.0
func (m *MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) SetValue ¶ added in v0.54.0
func (m *MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponseable ¶ added in v0.54.0
type MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponseable interface {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue() []string
SetValue(value []string)
}
MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponseable
type MicrosoftGraphAvailableProviderTypesRequestBuilder ¶ added in v0.54.0
type MicrosoftGraphAvailableProviderTypesRequestBuilder struct {
// contains filtered or unexported fields
}
MicrosoftGraphAvailableProviderTypesRequestBuilder provides operations to call the availableProviderTypes method.
func NewMicrosoftGraphAvailableProviderTypesRequestBuilder ¶ added in v0.54.0
func NewMicrosoftGraphAvailableProviderTypesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MicrosoftGraphAvailableProviderTypesRequestBuilder
NewMicrosoftGraphAvailableProviderTypesRequestBuilder instantiates a new MicrosoftGraphAvailableProviderTypesRequestBuilder and sets the default values.
func NewMicrosoftGraphAvailableProviderTypesRequestBuilderInternal ¶ added in v0.54.0
func NewMicrosoftGraphAvailableProviderTypesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *MicrosoftGraphAvailableProviderTypesRequestBuilder
NewMicrosoftGraphAvailableProviderTypesRequestBuilderInternal instantiates a new MicrosoftGraphAvailableProviderTypesRequestBuilder and sets the default values.
func (*MicrosoftGraphAvailableProviderTypesRequestBuilder) Get ¶ added in v0.54.0
func (m *MicrosoftGraphAvailableProviderTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *MicrosoftGraphAvailableProviderTypesRequestBuilderGetRequestConfiguration) (MicrosoftGraphAvailableProviderTypesAvailableProviderTypesResponseable, error)
Get invoke function availableProviderTypes
func (*MicrosoftGraphAvailableProviderTypesRequestBuilder) ToGetRequestInformation ¶ added in v0.54.0
func (m *MicrosoftGraphAvailableProviderTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *MicrosoftGraphAvailableProviderTypesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation invoke function availableProviderTypes
type MicrosoftGraphAvailableProviderTypesRequestBuilderGetQueryParameters ¶ added in v0.54.0
type MicrosoftGraphAvailableProviderTypesRequestBuilderGetQueryParameters 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"`
}
MicrosoftGraphAvailableProviderTypesRequestBuilderGetQueryParameters invoke function availableProviderTypes
type MicrosoftGraphAvailableProviderTypesRequestBuilderGetRequestConfiguration ¶ added in v0.54.0
type MicrosoftGraphAvailableProviderTypesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *MicrosoftGraphAvailableProviderTypesRequestBuilderGetQueryParameters
}
MicrosoftGraphAvailableProviderTypesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
Source Files
¶
- count_request_builder.go
- identity_provider_item_request_builder.go
- identity_providers_request_builder.go
- microsoft_graph_available_provider_types_available_provider_types_response.go
- microsoft_graph_available_provider_types_available_provider_types_responseable.go
- microsoft_graph_available_provider_types_request_builder.go