Documentation ¶
Index ¶
- type AuthenticationStrengthPolicyClient
- func (c AuthenticationStrengthPolicyClient) CreateAuthenticationStrengthPolicy(ctx context.Context, input stable.AuthenticationStrengthPolicy, ...) (result CreateAuthenticationStrengthPolicyOperationResponse, err error)
- func (c AuthenticationStrengthPolicyClient) DeleteAuthenticationStrengthPolicy(ctx context.Context, id stable.PolicyAuthenticationStrengthPolicyId, ...) (result DeleteAuthenticationStrengthPolicyOperationResponse, err error)
- func (c AuthenticationStrengthPolicyClient) GetAuthenticationStrengthPoliciesCount(ctx context.Context, ...) (result GetAuthenticationStrengthPoliciesCountOperationResponse, err error)
- func (c AuthenticationStrengthPolicyClient) GetAuthenticationStrengthPolicy(ctx context.Context, id stable.PolicyAuthenticationStrengthPolicyId, ...) (result GetAuthenticationStrengthPolicyOperationResponse, err error)
- func (c AuthenticationStrengthPolicyClient) ListAuthenticationStrengthPolicies(ctx context.Context, ...) (result ListAuthenticationStrengthPoliciesOperationResponse, err error)
- func (c AuthenticationStrengthPolicyClient) ListAuthenticationStrengthPoliciesComplete(ctx context.Context, ...) (ListAuthenticationStrengthPoliciesCompleteResult, error)
- func (c AuthenticationStrengthPolicyClient) ListAuthenticationStrengthPoliciesCompleteMatchingPredicate(ctx context.Context, ...) (result ListAuthenticationStrengthPoliciesCompleteResult, err error)
- func (c AuthenticationStrengthPolicyClient) UpdateAuthenticationStrengthPolicy(ctx context.Context, id stable.PolicyAuthenticationStrengthPolicyId, ...) (result UpdateAuthenticationStrengthPolicyOperationResponse, err error)
- func (c AuthenticationStrengthPolicyClient) UpdateAuthenticationStrengthPolicyAllowedCombinations(ctx context.Context, id stable.PolicyAuthenticationStrengthPolicyId, ...) (result UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationResponse, ...)
- type AuthenticationStrengthPolicyOperationPredicate
- type CreateAuthenticationStrengthPolicyOperationOptions
- type CreateAuthenticationStrengthPolicyOperationResponse
- type DeleteAuthenticationStrengthPolicyOperationOptions
- type DeleteAuthenticationStrengthPolicyOperationResponse
- type GetAuthenticationStrengthPoliciesCountOperationOptions
- type GetAuthenticationStrengthPoliciesCountOperationResponse
- type GetAuthenticationStrengthPolicyOperationOptions
- type GetAuthenticationStrengthPolicyOperationResponse
- type ListAuthenticationStrengthPoliciesCompleteResult
- type ListAuthenticationStrengthPoliciesCustomPager
- type ListAuthenticationStrengthPoliciesOperationOptions
- type ListAuthenticationStrengthPoliciesOperationResponse
- type UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions
- func (o UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) ToHeaders() *client.Headers
- func (o UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) ToOData() *odata.Query
- func (o UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) ToQuery() *client.QueryParams
- type UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationResponse
- type UpdateAuthenticationStrengthPolicyAllowedCombinationsRequest
- type UpdateAuthenticationStrengthPolicyOperationOptions
- type UpdateAuthenticationStrengthPolicyOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationStrengthPolicyClient ¶
func NewAuthenticationStrengthPolicyClientWithBaseURI ¶
func NewAuthenticationStrengthPolicyClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationStrengthPolicyClient, error)
func (AuthenticationStrengthPolicyClient) CreateAuthenticationStrengthPolicy ¶
func (c AuthenticationStrengthPolicyClient) CreateAuthenticationStrengthPolicy(ctx context.Context, input stable.AuthenticationStrengthPolicy, options CreateAuthenticationStrengthPolicyOperationOptions) (result CreateAuthenticationStrengthPolicyOperationResponse, err error)
CreateAuthenticationStrengthPolicy - Create authenticationStrengthPolicy. Create a new custom authenticationStrengthPolicy object.
func (AuthenticationStrengthPolicyClient) DeleteAuthenticationStrengthPolicy ¶
func (c AuthenticationStrengthPolicyClient) DeleteAuthenticationStrengthPolicy(ctx context.Context, id stable.PolicyAuthenticationStrengthPolicyId, options DeleteAuthenticationStrengthPolicyOperationOptions) (result DeleteAuthenticationStrengthPolicyOperationResponse, err error)
DeleteAuthenticationStrengthPolicy - Delete authenticationStrengthPolicy. Delete a custom authenticationStrengthPolicy object.
func (AuthenticationStrengthPolicyClient) GetAuthenticationStrengthPoliciesCount ¶
func (c AuthenticationStrengthPolicyClient) GetAuthenticationStrengthPoliciesCount(ctx context.Context, options GetAuthenticationStrengthPoliciesCountOperationOptions) (result GetAuthenticationStrengthPoliciesCountOperationResponse, err error)
GetAuthenticationStrengthPoliciesCount - Get the number of the resource
func (AuthenticationStrengthPolicyClient) GetAuthenticationStrengthPolicy ¶
func (c AuthenticationStrengthPolicyClient) GetAuthenticationStrengthPolicy(ctx context.Context, id stable.PolicyAuthenticationStrengthPolicyId, options GetAuthenticationStrengthPolicyOperationOptions) (result GetAuthenticationStrengthPolicyOperationResponse, err error)
GetAuthenticationStrengthPolicy - Get authenticationStrengthPolicy. Read the properties and relationships of an authenticationStrengthPolicy object.
func (AuthenticationStrengthPolicyClient) ListAuthenticationStrengthPolicies ¶
func (c AuthenticationStrengthPolicyClient) ListAuthenticationStrengthPolicies(ctx context.Context, options ListAuthenticationStrengthPoliciesOperationOptions) (result ListAuthenticationStrengthPoliciesOperationResponse, err error)
ListAuthenticationStrengthPolicies - List authenticationStrengthPolicies. Get a list of the authenticationStrengthPolicy objects and their properties. This API returns both built-in and custom policies.
func (AuthenticationStrengthPolicyClient) ListAuthenticationStrengthPoliciesComplete ¶
func (c AuthenticationStrengthPolicyClient) ListAuthenticationStrengthPoliciesComplete(ctx context.Context, options ListAuthenticationStrengthPoliciesOperationOptions) (ListAuthenticationStrengthPoliciesCompleteResult, error)
ListAuthenticationStrengthPoliciesComplete retrieves all the results into a single object
func (AuthenticationStrengthPolicyClient) ListAuthenticationStrengthPoliciesCompleteMatchingPredicate ¶
func (c AuthenticationStrengthPolicyClient) ListAuthenticationStrengthPoliciesCompleteMatchingPredicate(ctx context.Context, options ListAuthenticationStrengthPoliciesOperationOptions, predicate AuthenticationStrengthPolicyOperationPredicate) (result ListAuthenticationStrengthPoliciesCompleteResult, err error)
ListAuthenticationStrengthPoliciesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AuthenticationStrengthPolicyClient) UpdateAuthenticationStrengthPolicy ¶
func (c AuthenticationStrengthPolicyClient) UpdateAuthenticationStrengthPolicy(ctx context.Context, id stable.PolicyAuthenticationStrengthPolicyId, input stable.AuthenticationStrengthPolicy, options UpdateAuthenticationStrengthPolicyOperationOptions) (result UpdateAuthenticationStrengthPolicyOperationResponse, err error)
UpdateAuthenticationStrengthPolicy - Update authenticationStrengthPolicy. Update the properties of an authenticationStrengthPolicy object. You cannot update the allowed auth method combinations using this request. To do so, use the Update allowed combinations action.
func (AuthenticationStrengthPolicyClient) UpdateAuthenticationStrengthPolicyAllowedCombinations ¶
func (c AuthenticationStrengthPolicyClient) UpdateAuthenticationStrengthPolicyAllowedCombinations(ctx context.Context, id stable.PolicyAuthenticationStrengthPolicyId, input UpdateAuthenticationStrengthPolicyAllowedCombinationsRequest, options UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) (result UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationResponse, err error)
UpdateAuthenticationStrengthPolicyAllowedCombinations - Invoke action updateAllowedCombinations. Update the allowedCombinations property of an authenticationStrengthPolicy object. To update other properties of an authenticationStrengthPolicy object, use the Update authenticationStrengthPolicy method.
type AuthenticationStrengthPolicyOperationPredicate ¶
type AuthenticationStrengthPolicyOperationPredicate struct { }
func (AuthenticationStrengthPolicyOperationPredicate) Matches ¶
func (p AuthenticationStrengthPolicyOperationPredicate) Matches(input stable.AuthenticationStrengthPolicy) bool
type CreateAuthenticationStrengthPolicyOperationOptions ¶
type CreateAuthenticationStrengthPolicyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAuthenticationStrengthPolicyOperationOptions ¶
func DefaultCreateAuthenticationStrengthPolicyOperationOptions() CreateAuthenticationStrengthPolicyOperationOptions
func (CreateAuthenticationStrengthPolicyOperationOptions) ToHeaders ¶
func (o CreateAuthenticationStrengthPolicyOperationOptions) ToHeaders() *client.Headers
func (CreateAuthenticationStrengthPolicyOperationOptions) ToOData ¶
func (o CreateAuthenticationStrengthPolicyOperationOptions) ToOData() *odata.Query
func (CreateAuthenticationStrengthPolicyOperationOptions) ToQuery ¶
func (o CreateAuthenticationStrengthPolicyOperationOptions) ToQuery() *client.QueryParams
type DeleteAuthenticationStrengthPolicyOperationOptions ¶
type DeleteAuthenticationStrengthPolicyOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationStrengthPolicyOperationOptions ¶
func DefaultDeleteAuthenticationStrengthPolicyOperationOptions() DeleteAuthenticationStrengthPolicyOperationOptions
func (DeleteAuthenticationStrengthPolicyOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationStrengthPolicyOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationStrengthPolicyOperationOptions) ToOData ¶
func (o DeleteAuthenticationStrengthPolicyOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationStrengthPolicyOperationOptions) ToQuery ¶
func (o DeleteAuthenticationStrengthPolicyOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationStrengthPoliciesCountOperationOptions ¶
type GetAuthenticationStrengthPoliciesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationStrengthPoliciesCountOperationOptions ¶
func DefaultGetAuthenticationStrengthPoliciesCountOperationOptions() GetAuthenticationStrengthPoliciesCountOperationOptions
func (GetAuthenticationStrengthPoliciesCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationStrengthPoliciesCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationStrengthPoliciesCountOperationOptions) ToOData ¶
func (o GetAuthenticationStrengthPoliciesCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationStrengthPoliciesCountOperationOptions) ToQuery ¶
func (o GetAuthenticationStrengthPoliciesCountOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationStrengthPolicyOperationOptions ¶
type GetAuthenticationStrengthPolicyOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationStrengthPolicyOperationOptions ¶
func DefaultGetAuthenticationStrengthPolicyOperationOptions() GetAuthenticationStrengthPolicyOperationOptions
func (GetAuthenticationStrengthPolicyOperationOptions) ToHeaders ¶
func (o GetAuthenticationStrengthPolicyOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationStrengthPolicyOperationOptions) ToOData ¶
func (o GetAuthenticationStrengthPolicyOperationOptions) ToOData() *odata.Query
func (GetAuthenticationStrengthPolicyOperationOptions) ToQuery ¶
func (o GetAuthenticationStrengthPolicyOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationStrengthPoliciesCompleteResult ¶
type ListAuthenticationStrengthPoliciesCompleteResult struct { LatestHttpResponse *http.Response Items []stable.AuthenticationStrengthPolicy }
type ListAuthenticationStrengthPoliciesCustomPager ¶
type ListAuthenticationStrengthPoliciesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationStrengthPoliciesCustomPager) NextPageLink ¶
func (p *ListAuthenticationStrengthPoliciesCustomPager) NextPageLink() *odata.Link
type ListAuthenticationStrengthPoliciesOperationOptions ¶
type ListAuthenticationStrengthPoliciesOperationOptions 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 DefaultListAuthenticationStrengthPoliciesOperationOptions ¶
func DefaultListAuthenticationStrengthPoliciesOperationOptions() ListAuthenticationStrengthPoliciesOperationOptions
func (ListAuthenticationStrengthPoliciesOperationOptions) ToHeaders ¶
func (o ListAuthenticationStrengthPoliciesOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationStrengthPoliciesOperationOptions) ToOData ¶
func (o ListAuthenticationStrengthPoliciesOperationOptions) ToOData() *odata.Query
func (ListAuthenticationStrengthPoliciesOperationOptions) ToQuery ¶
func (o ListAuthenticationStrengthPoliciesOperationOptions) ToQuery() *client.QueryParams
type UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions ¶
type UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions ¶
func DefaultUpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions() UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions
func (UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) ToHeaders ¶
func (o UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) ToHeaders() *client.Headers
func (UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) ToOData ¶
func (o UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) ToOData() *odata.Query
func (UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) ToQuery ¶
func (o UpdateAuthenticationStrengthPolicyAllowedCombinationsOperationOptions) ToQuery() *client.QueryParams
type UpdateAuthenticationStrengthPolicyAllowedCombinationsRequest ¶
type UpdateAuthenticationStrengthPolicyAllowedCombinationsRequest struct {
AllowedCombinations *[]stable.AuthenticationMethodModes `json:"allowedCombinations,omitempty"`
}
type UpdateAuthenticationStrengthPolicyOperationOptions ¶
type UpdateAuthenticationStrengthPolicyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAuthenticationStrengthPolicyOperationOptions ¶
func DefaultUpdateAuthenticationStrengthPolicyOperationOptions() UpdateAuthenticationStrengthPolicyOperationOptions
func (UpdateAuthenticationStrengthPolicyOperationOptions) ToHeaders ¶
func (o UpdateAuthenticationStrengthPolicyOperationOptions) ToHeaders() *client.Headers
func (UpdateAuthenticationStrengthPolicyOperationOptions) ToOData ¶
func (o UpdateAuthenticationStrengthPolicyOperationOptions) ToOData() *odata.Query
func (UpdateAuthenticationStrengthPolicyOperationOptions) ToQuery ¶
func (o UpdateAuthenticationStrengthPolicyOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createauthenticationstrengthpolicy.go
- method_deleteauthenticationstrengthpolicy.go
- method_getauthenticationstrengthpoliciescount.go
- method_getauthenticationstrengthpolicy.go
- method_listauthenticationstrengthpolicies.go
- method_updateauthenticationstrengthpolicy.go
- method_updateauthenticationstrengthpolicyallowedcombinations.go
- model_updateauthenticationstrengthpolicyallowedcombinationsrequest.go
- predicates.go
- version.go