Documentation ¶
Index ¶
- func CreateAvailableProviderTypesGetResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateAvailableProviderTypesResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AvailableProviderTypesGetResponse
- type AvailableProviderTypesGetResponseable
- type AvailableProviderTypesRequestBuilder
- func (m *AvailableProviderTypesRequestBuilder) Get(ctx context.Context, ...) (AvailableProviderTypesResponseable, error)
- func (m *AvailableProviderTypesRequestBuilder) GetAsAvailableProviderTypesGetResponse(ctx context.Context, ...) (AvailableProviderTypesGetResponseable, error)
- func (m *AvailableProviderTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AvailableProviderTypesRequestBuilder) WithUrl(rawUrl string) *AvailableProviderTypesRequestBuilder
- type AvailableProviderTypesRequestBuilderGetQueryParameters
- type AvailableProviderTypesRequestBuilderGetRequestConfiguration
- type AvailableProviderTypesResponsedeprecated
- type AvailableProviderTypesResponseabledeprecated
- 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, ...) (...)
- func (m *IdentityProviderItemRequestBuilder) WithUrl(rawUrl string) *IdentityProviderItemRequestBuilder
- type IdentityProviderItemRequestBuilderDeleteRequestConfiguration
- type IdentityProviderItemRequestBuilderGetQueryParameters
- type IdentityProviderItemRequestBuilderGetRequestConfiguration
- type IdentityProviderItemRequestBuilderPatchRequestConfiguration
- type IdentityProvidersRequestBuilder
- func (m *IdentityProvidersRequestBuilder) AvailableProviderTypes() *AvailableProviderTypesRequestBuilder
- func (m *IdentityProvidersRequestBuilder) ByIdentityProviderId(identityProviderId string) *IdentityProviderItemRequestBuilder
- func (m *IdentityProvidersRequestBuilder) Count() *CountRequestBuilder
- func (m *IdentityProvidersRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *IdentityProvidersRequestBuilder) Post(ctx context.Context, ...) (...)
- func (m *IdentityProvidersRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *IdentityProvidersRequestBuilder) ToPostRequestInformation(ctx context.Context, ...) (...)
- func (m *IdentityProvidersRequestBuilder) WithUrl(rawUrl string) *IdentityProvidersRequestBuilder
- type IdentityProvidersRequestBuilderGetQueryParameters
- type IdentityProvidersRequestBuilderGetRequestConfiguration
- type IdentityProvidersRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAvailableProviderTypesGetResponseFromDiscriminatorValue ¶ added in v1.20.0
func CreateAvailableProviderTypesGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateAvailableProviderTypesGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful
func CreateAvailableProviderTypesResponseFromDiscriminatorValue ¶ added in v0.49.0
func CreateAvailableProviderTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateAvailableProviderTypesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful
Types ¶
type AvailableProviderTypesGetResponse ¶ added in v1.20.0
type AvailableProviderTypesGetResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
func NewAvailableProviderTypesGetResponse ¶ added in v1.20.0
func NewAvailableProviderTypesGetResponse() *AvailableProviderTypesGetResponse
NewAvailableProviderTypesGetResponse instantiates a new AvailableProviderTypesGetResponse and sets the default values.
func (*AvailableProviderTypesGetResponse) GetFieldDeserializers ¶ added in v1.20.0
func (m *AvailableProviderTypesGetResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful
func (*AvailableProviderTypesGetResponse) GetValue ¶ added in v1.20.0
func (m *AvailableProviderTypesGetResponse) GetValue() []string
GetValue gets the value property value. The value property returns a []string when successful
func (*AvailableProviderTypesGetResponse) Serialize ¶ added in v1.20.0
func (m *AvailableProviderTypesGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*AvailableProviderTypesGetResponse) SetValue ¶ added in v1.20.0
func (m *AvailableProviderTypesGetResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type AvailableProviderTypesGetResponseable ¶ added in v1.20.0
type AvailableProviderTypesGetResponseable interface { iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []string SetValue(value []string) }
type AvailableProviderTypesRequestBuilder ¶ added in v0.49.0
type AvailableProviderTypesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
AvailableProviderTypesRequestBuilder provides operations to call the availableProviderTypes method.
func NewAvailableProviderTypesRequestBuilder ¶ added in v0.49.0
func NewAvailableProviderTypesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AvailableProviderTypesRequestBuilder
NewAvailableProviderTypesRequestBuilder instantiates a new AvailableProviderTypesRequestBuilder and sets the default values.
func NewAvailableProviderTypesRequestBuilderInternal ¶ added in v0.49.0
func NewAvailableProviderTypesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AvailableProviderTypesRequestBuilder
NewAvailableProviderTypesRequestBuilderInternal instantiates a new AvailableProviderTypesRequestBuilder and sets the default values.
func (*AvailableProviderTypesRequestBuilder) Get ¶ added in v0.49.0
func (m *AvailableProviderTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *AvailableProviderTypesRequestBuilderGetRequestConfiguration) (AvailableProviderTypesResponseable, error)
Get retrieves all identity provider types available in a directory. Deprecated: This method is obsolete. Use GetAsAvailableProviderTypesGetResponse instead. returns a AvailableProviderTypesResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here
func (*AvailableProviderTypesRequestBuilder) GetAsAvailableProviderTypesGetResponse ¶ added in v1.20.0
func (m *AvailableProviderTypesRequestBuilder) GetAsAvailableProviderTypesGetResponse(ctx context.Context, requestConfiguration *AvailableProviderTypesRequestBuilderGetRequestConfiguration) (AvailableProviderTypesGetResponseable, error)
GetAsAvailableProviderTypesGetResponse retrieves all identity provider types available in a directory. 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 AvailableProviderTypesGetResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here
func (*AvailableProviderTypesRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *AvailableProviderTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AvailableProviderTypesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation retrieves all identity provider types available in a directory. 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 (*AvailableProviderTypesRequestBuilder) WithUrl ¶ added in v1.18.0
func (m *AvailableProviderTypesRequestBuilder) WithUrl(rawUrl string) *AvailableProviderTypesRequestBuilder
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 *AvailableProviderTypesRequestBuilder when successful
type AvailableProviderTypesRequestBuilderGetQueryParameters ¶ added in v0.49.0
type AvailableProviderTypesRequestBuilderGetQueryParameters 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"` }
AvailableProviderTypesRequestBuilderGetQueryParameters retrieves all identity provider types available in a directory.
type AvailableProviderTypesRequestBuilderGetRequestConfiguration ¶ added in v0.49.0
type AvailableProviderTypesRequestBuilderGetRequestConfiguration struct { // Request headers Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AvailableProviderTypesRequestBuilderGetQueryParameters }
AvailableProviderTypesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AvailableProviderTypesResponse
deprecated
added in
v0.49.0
type AvailableProviderTypesResponse struct {
AvailableProviderTypesGetResponse
}
Deprecated: This class is obsolete. Use AvailableProviderTypesGetResponseable instead.
func NewAvailableProviderTypesResponse ¶ added in v0.49.0
func NewAvailableProviderTypesResponse() *AvailableProviderTypesResponse
NewAvailableProviderTypesResponse instantiates a new AvailableProviderTypesResponse and sets the default values.
type AvailableProviderTypesResponseable
deprecated
added in
v0.49.0
type AvailableProviderTypesResponseable interface { AvailableProviderTypesGetResponseable i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable }
Deprecated: This class is obsolete. Use AvailableProviderTypesGetResponseable instead.
type CountRequestBuilder ¶ added in v0.49.0
type CountRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
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 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 (*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 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 (*CountRequestBuilder) WithUrl ¶ added in v1.18.0
func (m *CountRequestBuilder) WithUrl(rawUrl string) *CountRequestBuilder
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 *CountRequestBuilder when successful
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 {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
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. 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 ODataError error when the service returns a 4XX or 5XX status code 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. 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 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. 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 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. 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 (*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. 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 (*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. 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 (*IdentityProviderItemRequestBuilder) WithUrl ¶ added in v1.18.0
func (m *IdentityProviderItemRequestBuilder) WithUrl(rawUrl string) *IdentityProviderItemRequestBuilder
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 *IdentityProviderItemRequestBuilder when successful
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 {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
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) AvailableProviderTypes ¶
func (m *IdentityProvidersRequestBuilder) AvailableProviderTypes() *AvailableProviderTypesRequestBuilder
AvailableProviderTypes provides operations to call the availableProviderTypes method. returns a *AvailableProviderTypesRequestBuilder when successful
func (*IdentityProvidersRequestBuilder) ByIdentityProviderId ¶ added in v0.63.0
func (m *IdentityProvidersRequestBuilder) ByIdentityProviderId(identityProviderId string) *IdentityProviderItemRequestBuilder
ByIdentityProviderId provides operations to manage the collection of identityProvider entities. 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 *IdentityProviderItemRequestBuilder when successful
func (*IdentityProvidersRequestBuilder) Count ¶ added in v0.13.0
func (m *IdentityProvidersRequestBuilder) Count() *CountRequestBuilder
Count provides operations to count the resources in the collection. returns a *CountRequestBuilder when successful
func (*IdentityProvidersRequestBuilder) Get ¶
func (m *IdentityProvidersRequestBuilder) Get(ctx context.Context, requestConfiguration *IdentityProvidersRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderCollectionResponseable, error)
Get retrieve all identityProviders in the directory. 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 (*IdentityProvidersRequestBuilder) Post ¶
func (m *IdentityProvidersRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProvidersRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, error)
Post create a new identityProvider by specifying display name, identityProvider type, client ID, and client secret. 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 Find more info here
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. 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 (*IdentityProvidersRequestBuilder) ToPostRequestInformation ¶ added in v0.51.0
func (m *IdentityProvidersRequestBuilder) ToPostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderable, requestConfiguration *IdentityProvidersRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPostRequestInformation create a new identityProvider by specifying display name, identityProvider type, client ID, and client secret. 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 (*IdentityProvidersRequestBuilder) WithUrl ¶ added in v1.18.0
func (m *IdentityProvidersRequestBuilder) WithUrl(rawUrl string) *IdentityProvidersRequestBuilder
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 *IdentityProvidersRequestBuilder when successful
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.