Documentation
¶
Index ¶
- func CreateAvailableprovidertypesAvailableProviderTypesGetResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateAvailableprovidertypesAvailableProviderTypesResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type AvailableprovidertypesAvailableProviderTypesGetResponse
- func (m *AvailableprovidertypesAvailableProviderTypesGetResponse) GetFieldDeserializers() ...
- func (m *AvailableprovidertypesAvailableProviderTypesGetResponse) GetValue() []string
- func (m *AvailableprovidertypesAvailableProviderTypesGetResponse) Serialize(...) error
- func (m *AvailableprovidertypesAvailableProviderTypesGetResponse) SetValue(value []string)
- type AvailableprovidertypesAvailableProviderTypesGetResponseable
- type AvailableprovidertypesAvailableProviderTypesRequestBuilder
- func NewAvailableprovidertypesAvailableProviderTypesRequestBuilder(rawUrl string, ...) *AvailableprovidertypesAvailableProviderTypesRequestBuilder
- func NewAvailableprovidertypesAvailableProviderTypesRequestBuilderInternal(pathParameters map[string]string, ...) *AvailableprovidertypesAvailableProviderTypesRequestBuilder
- func (m *AvailableprovidertypesAvailableProviderTypesRequestBuilder) Get(ctx context.Context, ...) (AvailableprovidertypesAvailableProviderTypesResponseable, error)
- func (m *AvailableprovidertypesAvailableProviderTypesRequestBuilder) GetAsAvailableProviderTypesGetResponse(ctx context.Context, ...) (AvailableprovidertypesAvailableProviderTypesGetResponseable, error)
- func (m *AvailableprovidertypesAvailableProviderTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AvailableprovidertypesAvailableProviderTypesRequestBuilder) WithUrl(rawUrl string) *AvailableprovidertypesAvailableProviderTypesRequestBuilder
- type AvailableprovidertypesAvailableProviderTypesRequestBuilderGetQueryParameters
- type AvailableprovidertypesAvailableProviderTypesRequestBuilderGetRequestConfiguration
- type AvailableprovidertypesAvailableProviderTypesResponsedeprecated
- type AvailableprovidertypesAvailableProviderTypesResponseabledeprecated
- 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() *AvailableprovidertypesAvailableProviderTypesRequestBuilder
- 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 CreateAvailableprovidertypesAvailableProviderTypesGetResponseFromDiscriminatorValue ¶ added in v1.44.0
func CreateAvailableprovidertypesAvailableProviderTypesGetResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateAvailableprovidertypesAvailableProviderTypesGetResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful
func CreateAvailableprovidertypesAvailableProviderTypesResponseFromDiscriminatorValue ¶ added in v1.44.0
func CreateAvailableprovidertypesAvailableProviderTypesResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateAvailableprovidertypesAvailableProviderTypesResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful
Types ¶
type AvailableprovidertypesAvailableProviderTypesGetResponse ¶ added in v1.44.0
type AvailableprovidertypesAvailableProviderTypesGetResponse struct {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponse
}
func NewAvailableprovidertypesAvailableProviderTypesGetResponse ¶ added in v1.44.0
func NewAvailableprovidertypesAvailableProviderTypesGetResponse() *AvailableprovidertypesAvailableProviderTypesGetResponse
NewAvailableprovidertypesAvailableProviderTypesGetResponse instantiates a new AvailableprovidertypesAvailableProviderTypesGetResponse and sets the default values.
func (*AvailableprovidertypesAvailableProviderTypesGetResponse) GetFieldDeserializers ¶ added in v1.44.0
func (m *AvailableprovidertypesAvailableProviderTypesGetResponse) 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 (*AvailableprovidertypesAvailableProviderTypesGetResponse) GetValue ¶ added in v1.44.0
func (m *AvailableprovidertypesAvailableProviderTypesGetResponse) GetValue() []string
GetValue gets the value property value. The value property returns a []string when successful
func (*AvailableprovidertypesAvailableProviderTypesGetResponse) Serialize ¶ added in v1.44.0
func (m *AvailableprovidertypesAvailableProviderTypesGetResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*AvailableprovidertypesAvailableProviderTypesGetResponse) SetValue ¶ added in v1.44.0
func (m *AvailableprovidertypesAvailableProviderTypesGetResponse) SetValue(value []string)
SetValue sets the value property value. The value property
type AvailableprovidertypesAvailableProviderTypesGetResponseable ¶ added in v1.44.0
type AvailableprovidertypesAvailableProviderTypesGetResponseable interface {
iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.BaseCollectionPaginationCountResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetValue() []string
SetValue(value []string)
}
type AvailableprovidertypesAvailableProviderTypesRequestBuilder ¶ added in v1.44.0
type AvailableprovidertypesAvailableProviderTypesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
AvailableprovidertypesAvailableProviderTypesRequestBuilder provides operations to call the availableProviderTypes method.
func NewAvailableprovidertypesAvailableProviderTypesRequestBuilder ¶ added in v1.44.0
func NewAvailableprovidertypesAvailableProviderTypesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AvailableprovidertypesAvailableProviderTypesRequestBuilder
NewAvailableprovidertypesAvailableProviderTypesRequestBuilder instantiates a new AvailableprovidertypesAvailableProviderTypesRequestBuilder and sets the default values.
func NewAvailableprovidertypesAvailableProviderTypesRequestBuilderInternal ¶ added in v1.44.0
func NewAvailableprovidertypesAvailableProviderTypesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AvailableprovidertypesAvailableProviderTypesRequestBuilder
NewAvailableprovidertypesAvailableProviderTypesRequestBuilderInternal instantiates a new AvailableprovidertypesAvailableProviderTypesRequestBuilder and sets the default values.
func (*AvailableprovidertypesAvailableProviderTypesRequestBuilder) Get ¶ added in v1.44.0
func (m *AvailableprovidertypesAvailableProviderTypesRequestBuilder) Get(ctx context.Context, requestConfiguration *AvailableprovidertypesAvailableProviderTypesRequestBuilderGetRequestConfiguration) (AvailableprovidertypesAvailableProviderTypesResponseable, error)
Get retrieves all identity provider types available in a directory. Deprecated: This method is obsolete. Use GetAsAvailableProviderTypesGetResponse instead. returns a AvailableprovidertypesAvailableProviderTypesResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here
func (*AvailableprovidertypesAvailableProviderTypesRequestBuilder) GetAsAvailableProviderTypesGetResponse ¶ added in v1.44.0
func (m *AvailableprovidertypesAvailableProviderTypesRequestBuilder) GetAsAvailableProviderTypesGetResponse(ctx context.Context, requestConfiguration *AvailableprovidertypesAvailableProviderTypesRequestBuilderGetRequestConfiguration) (AvailableprovidertypesAvailableProviderTypesGetResponseable, 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 AvailableprovidertypesAvailableProviderTypesGetResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here
func (*AvailableprovidertypesAvailableProviderTypesRequestBuilder) ToGetRequestInformation ¶ added in v1.44.0
func (m *AvailableprovidertypesAvailableProviderTypesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *AvailableprovidertypesAvailableProviderTypesRequestBuilderGetRequestConfiguration) (*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 (*AvailableprovidertypesAvailableProviderTypesRequestBuilder) WithUrl ¶ added in v1.44.0
func (m *AvailableprovidertypesAvailableProviderTypesRequestBuilder) WithUrl(rawUrl string) *AvailableprovidertypesAvailableProviderTypesRequestBuilder
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 *AvailableprovidertypesAvailableProviderTypesRequestBuilder when successful
type AvailableprovidertypesAvailableProviderTypesRequestBuilderGetQueryParameters ¶ added in v1.44.0
type AvailableprovidertypesAvailableProviderTypesRequestBuilderGetQueryParameters 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"`
}
AvailableprovidertypesAvailableProviderTypesRequestBuilderGetQueryParameters retrieves all identity provider types available in a directory.
type AvailableprovidertypesAvailableProviderTypesRequestBuilderGetRequestConfiguration ¶ added in v1.44.0
type AvailableprovidertypesAvailableProviderTypesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AvailableprovidertypesAvailableProviderTypesRequestBuilderGetQueryParameters
}
AvailableprovidertypesAvailableProviderTypesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AvailableprovidertypesAvailableProviderTypesResponse
deprecated
added in
v1.44.0
type AvailableprovidertypesAvailableProviderTypesResponse struct {
AvailableprovidertypesAvailableProviderTypesGetResponse
}
Deprecated: This class is obsolete. Use AvailableprovidertypesAvailableProviderTypesGetResponseable instead.
func NewAvailableprovidertypesAvailableProviderTypesResponse ¶ added in v1.44.0
func NewAvailableprovidertypesAvailableProviderTypesResponse() *AvailableprovidertypesAvailableProviderTypesResponse
NewAvailableprovidertypesAvailableProviderTypesResponse instantiates a new AvailableprovidertypesAvailableProviderTypesResponse and sets the default values.
type AvailableprovidertypesAvailableProviderTypesResponseable
deprecated
added in
v1.44.0
type AvailableprovidertypesAvailableProviderTypesResponseable interface {
AvailableprovidertypesAvailableProviderTypesGetResponseable
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
}
Deprecated: This class is obsolete. Use AvailableprovidertypesAvailableProviderTypesGetResponseable 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() *AvailableprovidertypesAvailableProviderTypesRequestBuilder
AvailableProviderTypes provides operations to call the availableProviderTypes method. returns a *AvailableprovidertypesAvailableProviderTypesRequestBuilder 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.