Documentation ¶
Index ¶
- type CreateCustomAuthenticationExtensionOperationOptions
- type CreateCustomAuthenticationExtensionOperationResponse
- type CustomAuthenticationExtensionClient
- func (c CustomAuthenticationExtensionClient) CreateCustomAuthenticationExtension(ctx context.Context, input stable.CustomAuthenticationExtension, ...) (result CreateCustomAuthenticationExtensionOperationResponse, err error)
- func (c CustomAuthenticationExtensionClient) DeleteCustomAuthenticationExtension(ctx context.Context, id stable.IdentityCustomAuthenticationExtensionId, ...) (result DeleteCustomAuthenticationExtensionOperationResponse, err error)
- func (c CustomAuthenticationExtensionClient) GetCustomAuthenticationExtension(ctx context.Context, id stable.IdentityCustomAuthenticationExtensionId, ...) (result GetCustomAuthenticationExtensionOperationResponse, err error)
- func (c CustomAuthenticationExtensionClient) GetCustomAuthenticationExtensionsCount(ctx context.Context, ...) (result GetCustomAuthenticationExtensionsCountOperationResponse, err error)
- func (c CustomAuthenticationExtensionClient) ListCustomAuthenticationExtensions(ctx context.Context, ...) (result ListCustomAuthenticationExtensionsOperationResponse, err error)
- func (c CustomAuthenticationExtensionClient) ListCustomAuthenticationExtensionsComplete(ctx context.Context, ...) (ListCustomAuthenticationExtensionsCompleteResult, error)
- func (c CustomAuthenticationExtensionClient) ListCustomAuthenticationExtensionsCompleteMatchingPredicate(ctx context.Context, ...) (result ListCustomAuthenticationExtensionsCompleteResult, err error)
- func (c CustomAuthenticationExtensionClient) UpdateCustomAuthenticationExtension(ctx context.Context, id stable.IdentityCustomAuthenticationExtensionId, ...) (result UpdateCustomAuthenticationExtensionOperationResponse, err error)
- func (c CustomAuthenticationExtensionClient) ValidateCustomAuthenticationExtensionAuthenticationConfiguration(ctx context.Context, id stable.IdentityCustomAuthenticationExtensionId, ...) (...)
- func (c CustomAuthenticationExtensionClient) ValidateCustomAuthenticationExtensionsAuthenticationConfiguration(ctx context.Context, ...) (...)
- type CustomAuthenticationExtensionOperationPredicate
- type DeleteCustomAuthenticationExtensionOperationOptions
- type DeleteCustomAuthenticationExtensionOperationResponse
- type GetCustomAuthenticationExtensionOperationOptions
- type GetCustomAuthenticationExtensionOperationResponse
- type GetCustomAuthenticationExtensionsCountOperationOptions
- type GetCustomAuthenticationExtensionsCountOperationResponse
- type ListCustomAuthenticationExtensionsCompleteResult
- type ListCustomAuthenticationExtensionsCustomPager
- type ListCustomAuthenticationExtensionsOperationOptions
- type ListCustomAuthenticationExtensionsOperationResponse
- type UpdateCustomAuthenticationExtensionOperationOptions
- type UpdateCustomAuthenticationExtensionOperationResponse
- type ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions
- func (o ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions) ToHeaders() *client.Headers
- func (o ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions) ToOData() *odata.Query
- func (o ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions) ToQuery() *client.QueryParams
- type ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationResponse
- type ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions
- func (o ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions) ToHeaders() *client.Headers
- func (o ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions) ToOData() *odata.Query
- func (o ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions) ToQuery() *client.QueryParams
- type ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationResponse
- type ValidateCustomAuthenticationExtensionsAuthenticationConfigurationRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateCustomAuthenticationExtensionOperationOptions ¶
type CreateCustomAuthenticationExtensionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateCustomAuthenticationExtensionOperationOptions ¶
func DefaultCreateCustomAuthenticationExtensionOperationOptions() CreateCustomAuthenticationExtensionOperationOptions
func (CreateCustomAuthenticationExtensionOperationOptions) ToHeaders ¶
func (o CreateCustomAuthenticationExtensionOperationOptions) ToHeaders() *client.Headers
func (CreateCustomAuthenticationExtensionOperationOptions) ToOData ¶
func (o CreateCustomAuthenticationExtensionOperationOptions) ToOData() *odata.Query
func (CreateCustomAuthenticationExtensionOperationOptions) ToQuery ¶
func (o CreateCustomAuthenticationExtensionOperationOptions) ToQuery() *client.QueryParams
type CustomAuthenticationExtensionClient ¶
func NewCustomAuthenticationExtensionClientWithBaseURI ¶
func NewCustomAuthenticationExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*CustomAuthenticationExtensionClient, error)
func (CustomAuthenticationExtensionClient) CreateCustomAuthenticationExtension ¶
func (c CustomAuthenticationExtensionClient) CreateCustomAuthenticationExtension(ctx context.Context, input stable.CustomAuthenticationExtension, options CreateCustomAuthenticationExtensionOperationOptions) (result CreateCustomAuthenticationExtensionOperationResponse, err error)
CreateCustomAuthenticationExtension - Create customAuthenticationExtension. Create a new customAuthenticationExtension object. The following derived types are currently supported.
func (CustomAuthenticationExtensionClient) DeleteCustomAuthenticationExtension ¶
func (c CustomAuthenticationExtensionClient) DeleteCustomAuthenticationExtension(ctx context.Context, id stable.IdentityCustomAuthenticationExtensionId, options DeleteCustomAuthenticationExtensionOperationOptions) (result DeleteCustomAuthenticationExtensionOperationResponse, err error)
DeleteCustomAuthenticationExtension - Delete customAuthenticationExtension. Delete a customAuthenticationExtension object.
func (CustomAuthenticationExtensionClient) GetCustomAuthenticationExtension ¶
func (c CustomAuthenticationExtensionClient) GetCustomAuthenticationExtension(ctx context.Context, id stable.IdentityCustomAuthenticationExtensionId, options GetCustomAuthenticationExtensionOperationOptions) (result GetCustomAuthenticationExtensionOperationResponse, err error)
GetCustomAuthenticationExtension - Get customAuthenticationExtension. Read the properties and relationships of a customAuthenticationExtension object.
func (CustomAuthenticationExtensionClient) GetCustomAuthenticationExtensionsCount ¶
func (c CustomAuthenticationExtensionClient) GetCustomAuthenticationExtensionsCount(ctx context.Context, options GetCustomAuthenticationExtensionsCountOperationOptions) (result GetCustomAuthenticationExtensionsCountOperationResponse, err error)
GetCustomAuthenticationExtensionsCount - Get the number of the resource
func (CustomAuthenticationExtensionClient) ListCustomAuthenticationExtensions ¶
func (c CustomAuthenticationExtensionClient) ListCustomAuthenticationExtensions(ctx context.Context, options ListCustomAuthenticationExtensionsOperationOptions) (result ListCustomAuthenticationExtensionsOperationResponse, err error)
ListCustomAuthenticationExtensions - List customAuthenticationExtensions. Get a list of the customAuthenticationExtension objects and their properties. The following derived types are supported.
func (CustomAuthenticationExtensionClient) ListCustomAuthenticationExtensionsComplete ¶
func (c CustomAuthenticationExtensionClient) ListCustomAuthenticationExtensionsComplete(ctx context.Context, options ListCustomAuthenticationExtensionsOperationOptions) (ListCustomAuthenticationExtensionsCompleteResult, error)
ListCustomAuthenticationExtensionsComplete retrieves all the results into a single object
func (CustomAuthenticationExtensionClient) ListCustomAuthenticationExtensionsCompleteMatchingPredicate ¶
func (c CustomAuthenticationExtensionClient) ListCustomAuthenticationExtensionsCompleteMatchingPredicate(ctx context.Context, options ListCustomAuthenticationExtensionsOperationOptions, predicate CustomAuthenticationExtensionOperationPredicate) (result ListCustomAuthenticationExtensionsCompleteResult, err error)
ListCustomAuthenticationExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (CustomAuthenticationExtensionClient) UpdateCustomAuthenticationExtension ¶
func (c CustomAuthenticationExtensionClient) UpdateCustomAuthenticationExtension(ctx context.Context, id stable.IdentityCustomAuthenticationExtensionId, input stable.CustomAuthenticationExtension, options UpdateCustomAuthenticationExtensionOperationOptions) (result UpdateCustomAuthenticationExtensionOperationResponse, err error)
UpdateCustomAuthenticationExtension - Update customAuthenticationExtension. Update the properties of a customAuthenticationExtension object.
func (CustomAuthenticationExtensionClient) ValidateCustomAuthenticationExtensionAuthenticationConfiguration ¶
func (c CustomAuthenticationExtensionClient) ValidateCustomAuthenticationExtensionAuthenticationConfiguration(ctx context.Context, id stable.IdentityCustomAuthenticationExtensionId, options ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions) (result ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationResponse, err error)
ValidateCustomAuthenticationExtensionAuthenticationConfiguration - Invoke action validateAuthenticationConfiguration. An API to check validity of the endpoint and and authentication configuration for a customAuthenticationExtension.
func (CustomAuthenticationExtensionClient) ValidateCustomAuthenticationExtensionsAuthenticationConfiguration ¶
func (c CustomAuthenticationExtensionClient) ValidateCustomAuthenticationExtensionsAuthenticationConfiguration(ctx context.Context, input ValidateCustomAuthenticationExtensionsAuthenticationConfigurationRequest, options ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions) (result ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationResponse, err error)
ValidateCustomAuthenticationExtensionsAuthenticationConfiguration - Invoke action validateAuthenticationConfiguration
type CustomAuthenticationExtensionOperationPredicate ¶
type CustomAuthenticationExtensionOperationPredicate struct { }
func (CustomAuthenticationExtensionOperationPredicate) Matches ¶
func (p CustomAuthenticationExtensionOperationPredicate) Matches(input stable.CustomAuthenticationExtension) bool
type DeleteCustomAuthenticationExtensionOperationOptions ¶
type DeleteCustomAuthenticationExtensionOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteCustomAuthenticationExtensionOperationOptions ¶
func DefaultDeleteCustomAuthenticationExtensionOperationOptions() DeleteCustomAuthenticationExtensionOperationOptions
func (DeleteCustomAuthenticationExtensionOperationOptions) ToHeaders ¶
func (o DeleteCustomAuthenticationExtensionOperationOptions) ToHeaders() *client.Headers
func (DeleteCustomAuthenticationExtensionOperationOptions) ToOData ¶
func (o DeleteCustomAuthenticationExtensionOperationOptions) ToOData() *odata.Query
func (DeleteCustomAuthenticationExtensionOperationOptions) ToQuery ¶
func (o DeleteCustomAuthenticationExtensionOperationOptions) ToQuery() *client.QueryParams
type GetCustomAuthenticationExtensionOperationOptions ¶
type GetCustomAuthenticationExtensionOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetCustomAuthenticationExtensionOperationOptions ¶
func DefaultGetCustomAuthenticationExtensionOperationOptions() GetCustomAuthenticationExtensionOperationOptions
func (GetCustomAuthenticationExtensionOperationOptions) ToHeaders ¶
func (o GetCustomAuthenticationExtensionOperationOptions) ToHeaders() *client.Headers
func (GetCustomAuthenticationExtensionOperationOptions) ToOData ¶
func (o GetCustomAuthenticationExtensionOperationOptions) ToOData() *odata.Query
func (GetCustomAuthenticationExtensionOperationOptions) ToQuery ¶
func (o GetCustomAuthenticationExtensionOperationOptions) ToQuery() *client.QueryParams
type GetCustomAuthenticationExtensionsCountOperationOptions ¶
type GetCustomAuthenticationExtensionsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetCustomAuthenticationExtensionsCountOperationOptions ¶
func DefaultGetCustomAuthenticationExtensionsCountOperationOptions() GetCustomAuthenticationExtensionsCountOperationOptions
func (GetCustomAuthenticationExtensionsCountOperationOptions) ToHeaders ¶
func (o GetCustomAuthenticationExtensionsCountOperationOptions) ToHeaders() *client.Headers
func (GetCustomAuthenticationExtensionsCountOperationOptions) ToOData ¶
func (o GetCustomAuthenticationExtensionsCountOperationOptions) ToOData() *odata.Query
func (GetCustomAuthenticationExtensionsCountOperationOptions) ToQuery ¶
func (o GetCustomAuthenticationExtensionsCountOperationOptions) ToQuery() *client.QueryParams
type ListCustomAuthenticationExtensionsCompleteResult ¶
type ListCustomAuthenticationExtensionsCompleteResult struct { LatestHttpResponse *http.Response Items []stable.CustomAuthenticationExtension }
type ListCustomAuthenticationExtensionsCustomPager ¶
type ListCustomAuthenticationExtensionsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListCustomAuthenticationExtensionsCustomPager) NextPageLink ¶
func (p *ListCustomAuthenticationExtensionsCustomPager) NextPageLink() *odata.Link
type ListCustomAuthenticationExtensionsOperationOptions ¶
type ListCustomAuthenticationExtensionsOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListCustomAuthenticationExtensionsOperationOptions ¶
func DefaultListCustomAuthenticationExtensionsOperationOptions() ListCustomAuthenticationExtensionsOperationOptions
func (ListCustomAuthenticationExtensionsOperationOptions) ToHeaders ¶
func (o ListCustomAuthenticationExtensionsOperationOptions) ToHeaders() *client.Headers
func (ListCustomAuthenticationExtensionsOperationOptions) ToOData ¶
func (o ListCustomAuthenticationExtensionsOperationOptions) ToOData() *odata.Query
func (ListCustomAuthenticationExtensionsOperationOptions) ToQuery ¶
func (o ListCustomAuthenticationExtensionsOperationOptions) ToQuery() *client.QueryParams
type UpdateCustomAuthenticationExtensionOperationOptions ¶
type UpdateCustomAuthenticationExtensionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateCustomAuthenticationExtensionOperationOptions ¶
func DefaultUpdateCustomAuthenticationExtensionOperationOptions() UpdateCustomAuthenticationExtensionOperationOptions
func (UpdateCustomAuthenticationExtensionOperationOptions) ToHeaders ¶
func (o UpdateCustomAuthenticationExtensionOperationOptions) ToHeaders() *client.Headers
func (UpdateCustomAuthenticationExtensionOperationOptions) ToOData ¶
func (o UpdateCustomAuthenticationExtensionOperationOptions) ToOData() *odata.Query
func (UpdateCustomAuthenticationExtensionOperationOptions) ToQuery ¶
func (o UpdateCustomAuthenticationExtensionOperationOptions) ToQuery() *client.QueryParams
type ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions ¶
type ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions ¶
func DefaultValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions() ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions
func (ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions) ToHeaders ¶
func (o ValidateCustomAuthenticationExtensionAuthenticationConfigurationOperationOptions) ToHeaders() *client.Headers
type ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions ¶
type ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions ¶
func DefaultValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions() ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions
func (ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions) ToHeaders ¶
func (o ValidateCustomAuthenticationExtensionsAuthenticationConfigurationOperationOptions) ToHeaders() *client.Headers
type ValidateCustomAuthenticationExtensionsAuthenticationConfigurationRequest ¶
type ValidateCustomAuthenticationExtensionsAuthenticationConfigurationRequest struct { AuthenticationConfiguration *stable.CustomExtensionAuthenticationConfiguration `json:"authenticationConfiguration,omitempty"` EndpointConfiguration *stable.CustomExtensionEndpointConfiguration `json:"endpointConfiguration,omitempty"` }
Source Files ¶
- client.go
- method_createcustomauthenticationextension.go
- method_deletecustomauthenticationextension.go
- method_getcustomauthenticationextension.go
- method_getcustomauthenticationextensionscount.go
- method_listcustomauthenticationextensions.go
- method_updatecustomauthenticationextension.go
- method_validatecustomauthenticationextensionauthenticationconfiguration.go
- method_validatecustomauthenticationextensionsauthenticationconfiguration.go
- model_validatecustomauthenticationextensionsauthenticationconfigurationrequest.go
- predicates.go
- version.go