Documentation
¶
Index ¶
- type AuthenticationEventListenerClient
- func (c AuthenticationEventListenerClient) CreateAuthenticationEventListener(ctx context.Context, input stable.AuthenticationEventListener, ...) (result CreateAuthenticationEventListenerOperationResponse, err error)
- func (c AuthenticationEventListenerClient) DeleteAuthenticationEventListener(ctx context.Context, id stable.IdentityAuthenticationEventListenerId, ...) (result DeleteAuthenticationEventListenerOperationResponse, err error)
- func (c AuthenticationEventListenerClient) GetAuthenticationEventListener(ctx context.Context, id stable.IdentityAuthenticationEventListenerId, ...) (result GetAuthenticationEventListenerOperationResponse, err error)
- func (c AuthenticationEventListenerClient) GetAuthenticationEventListenersCount(ctx context.Context, ...) (result GetAuthenticationEventListenersCountOperationResponse, err error)
- func (c AuthenticationEventListenerClient) ListAuthenticationEventListeners(ctx context.Context, options ListAuthenticationEventListenersOperationOptions) (result ListAuthenticationEventListenersOperationResponse, err error)
- func (c AuthenticationEventListenerClient) ListAuthenticationEventListenersComplete(ctx context.Context, options ListAuthenticationEventListenersOperationOptions) (ListAuthenticationEventListenersCompleteResult, error)
- func (c AuthenticationEventListenerClient) ListAuthenticationEventListenersCompleteMatchingPredicate(ctx context.Context, options ListAuthenticationEventListenersOperationOptions, ...) (result ListAuthenticationEventListenersCompleteResult, err error)
- func (c AuthenticationEventListenerClient) UpdateAuthenticationEventListener(ctx context.Context, id stable.IdentityAuthenticationEventListenerId, ...) (result UpdateAuthenticationEventListenerOperationResponse, err error)
- type AuthenticationEventListenerOperationPredicate
- type CreateAuthenticationEventListenerOperationOptions
- type CreateAuthenticationEventListenerOperationResponse
- type DeleteAuthenticationEventListenerOperationOptions
- type DeleteAuthenticationEventListenerOperationResponse
- type GetAuthenticationEventListenerOperationOptions
- type GetAuthenticationEventListenerOperationResponse
- type GetAuthenticationEventListenersCountOperationOptions
- type GetAuthenticationEventListenersCountOperationResponse
- type ListAuthenticationEventListenersCompleteResult
- type ListAuthenticationEventListenersCustomPager
- type ListAuthenticationEventListenersOperationOptions
- type ListAuthenticationEventListenersOperationResponse
- type UpdateAuthenticationEventListenerOperationOptions
- type UpdateAuthenticationEventListenerOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationEventListenerClient ¶
func NewAuthenticationEventListenerClientWithBaseURI ¶
func NewAuthenticationEventListenerClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationEventListenerClient, error)
func (AuthenticationEventListenerClient) CreateAuthenticationEventListener ¶
func (c AuthenticationEventListenerClient) CreateAuthenticationEventListener(ctx context.Context, input stable.AuthenticationEventListener, options CreateAuthenticationEventListenerOperationOptions) (result CreateAuthenticationEventListenerOperationResponse, err error)
CreateAuthenticationEventListener - Create authenticationEventListener. Create a new authenticationEventListener object. You can create one of the following subtypes that are derived from authenticationEventListener.
func (AuthenticationEventListenerClient) DeleteAuthenticationEventListener ¶
func (c AuthenticationEventListenerClient) DeleteAuthenticationEventListener(ctx context.Context, id stable.IdentityAuthenticationEventListenerId, options DeleteAuthenticationEventListenerOperationOptions) (result DeleteAuthenticationEventListenerOperationResponse, err error)
DeleteAuthenticationEventListener - Delete authenticationEventListener. Delete an authenticationEventListener object.
func (AuthenticationEventListenerClient) GetAuthenticationEventListener ¶
func (c AuthenticationEventListenerClient) GetAuthenticationEventListener(ctx context.Context, id stable.IdentityAuthenticationEventListenerId, options GetAuthenticationEventListenerOperationOptions) (result GetAuthenticationEventListenerOperationResponse, err error)
GetAuthenticationEventListener - Get authenticationEventListener. Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object.
func (AuthenticationEventListenerClient) GetAuthenticationEventListenersCount ¶
func (c AuthenticationEventListenerClient) GetAuthenticationEventListenersCount(ctx context.Context, options GetAuthenticationEventListenersCountOperationOptions) (result GetAuthenticationEventListenersCountOperationResponse, err error)
GetAuthenticationEventListenersCount - Get the number of the resource
func (AuthenticationEventListenerClient) ListAuthenticationEventListeners ¶
func (c AuthenticationEventListenerClient) ListAuthenticationEventListeners(ctx context.Context, options ListAuthenticationEventListenersOperationOptions) (result ListAuthenticationEventListenersOperationResponse, err error)
ListAuthenticationEventListeners - List authenticationEventListeners. Get a list of the authenticationEventListener objects and their properties. The following derived types are supported
func (AuthenticationEventListenerClient) ListAuthenticationEventListenersComplete ¶
func (c AuthenticationEventListenerClient) ListAuthenticationEventListenersComplete(ctx context.Context, options ListAuthenticationEventListenersOperationOptions) (ListAuthenticationEventListenersCompleteResult, error)
ListAuthenticationEventListenersComplete retrieves all the results into a single object
func (AuthenticationEventListenerClient) ListAuthenticationEventListenersCompleteMatchingPredicate ¶
func (c AuthenticationEventListenerClient) ListAuthenticationEventListenersCompleteMatchingPredicate(ctx context.Context, options ListAuthenticationEventListenersOperationOptions, predicate AuthenticationEventListenerOperationPredicate) (result ListAuthenticationEventListenersCompleteResult, err error)
ListAuthenticationEventListenersCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (AuthenticationEventListenerClient) UpdateAuthenticationEventListener ¶
func (c AuthenticationEventListenerClient) UpdateAuthenticationEventListener(ctx context.Context, id stable.IdentityAuthenticationEventListenerId, input stable.AuthenticationEventListener, options UpdateAuthenticationEventListenerOperationOptions) (result UpdateAuthenticationEventListenerOperationResponse, err error)
UpdateAuthenticationEventListener - Update authenticationEventListener. Update the properties of an authenticationEventListener object. You must specify the @odata.type property and the value of the authenticationEventListener object type to update.
type AuthenticationEventListenerOperationPredicate ¶
type AuthenticationEventListenerOperationPredicate struct { }
func (AuthenticationEventListenerOperationPredicate) Matches ¶
func (p AuthenticationEventListenerOperationPredicate) Matches(input stable.AuthenticationEventListener) bool
type CreateAuthenticationEventListenerOperationOptions ¶
type CreateAuthenticationEventListenerOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateAuthenticationEventListenerOperationOptions ¶
func DefaultCreateAuthenticationEventListenerOperationOptions() CreateAuthenticationEventListenerOperationOptions
func (CreateAuthenticationEventListenerOperationOptions) ToHeaders ¶
func (o CreateAuthenticationEventListenerOperationOptions) ToHeaders() *client.Headers
func (CreateAuthenticationEventListenerOperationOptions) ToOData ¶
func (o CreateAuthenticationEventListenerOperationOptions) ToOData() *odata.Query
func (CreateAuthenticationEventListenerOperationOptions) ToQuery ¶
func (o CreateAuthenticationEventListenerOperationOptions) ToQuery() *client.QueryParams
type DeleteAuthenticationEventListenerOperationOptions ¶
type DeleteAuthenticationEventListenerOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteAuthenticationEventListenerOperationOptions ¶
func DefaultDeleteAuthenticationEventListenerOperationOptions() DeleteAuthenticationEventListenerOperationOptions
func (DeleteAuthenticationEventListenerOperationOptions) ToHeaders ¶
func (o DeleteAuthenticationEventListenerOperationOptions) ToHeaders() *client.Headers
func (DeleteAuthenticationEventListenerOperationOptions) ToOData ¶
func (o DeleteAuthenticationEventListenerOperationOptions) ToOData() *odata.Query
func (DeleteAuthenticationEventListenerOperationOptions) ToQuery ¶
func (o DeleteAuthenticationEventListenerOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationEventListenerOperationOptions ¶
type GetAuthenticationEventListenerOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationEventListenerOperationOptions ¶
func DefaultGetAuthenticationEventListenerOperationOptions() GetAuthenticationEventListenerOperationOptions
func (GetAuthenticationEventListenerOperationOptions) ToHeaders ¶
func (o GetAuthenticationEventListenerOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationEventListenerOperationOptions) ToOData ¶
func (o GetAuthenticationEventListenerOperationOptions) ToOData() *odata.Query
func (GetAuthenticationEventListenerOperationOptions) ToQuery ¶
func (o GetAuthenticationEventListenerOperationOptions) ToQuery() *client.QueryParams
type GetAuthenticationEventListenersCountOperationOptions ¶
type GetAuthenticationEventListenersCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetAuthenticationEventListenersCountOperationOptions ¶
func DefaultGetAuthenticationEventListenersCountOperationOptions() GetAuthenticationEventListenersCountOperationOptions
func (GetAuthenticationEventListenersCountOperationOptions) ToHeaders ¶
func (o GetAuthenticationEventListenersCountOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationEventListenersCountOperationOptions) ToOData ¶
func (o GetAuthenticationEventListenersCountOperationOptions) ToOData() *odata.Query
func (GetAuthenticationEventListenersCountOperationOptions) ToQuery ¶
func (o GetAuthenticationEventListenersCountOperationOptions) ToQuery() *client.QueryParams
type ListAuthenticationEventListenersCompleteResult ¶
type ListAuthenticationEventListenersCompleteResult struct { LatestHttpResponse *http.Response Items []stable.AuthenticationEventListener }
type ListAuthenticationEventListenersCustomPager ¶
type ListAuthenticationEventListenersCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListAuthenticationEventListenersCustomPager) NextPageLink ¶
func (p *ListAuthenticationEventListenersCustomPager) NextPageLink() *odata.Link
type ListAuthenticationEventListenersOperationOptions ¶
type ListAuthenticationEventListenersOperationOptions 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 DefaultListAuthenticationEventListenersOperationOptions ¶
func DefaultListAuthenticationEventListenersOperationOptions() ListAuthenticationEventListenersOperationOptions
func (ListAuthenticationEventListenersOperationOptions) ToHeaders ¶
func (o ListAuthenticationEventListenersOperationOptions) ToHeaders() *client.Headers
func (ListAuthenticationEventListenersOperationOptions) ToOData ¶
func (o ListAuthenticationEventListenersOperationOptions) ToOData() *odata.Query
func (ListAuthenticationEventListenersOperationOptions) ToQuery ¶
func (o ListAuthenticationEventListenersOperationOptions) ToQuery() *client.QueryParams
type UpdateAuthenticationEventListenerOperationOptions ¶
type UpdateAuthenticationEventListenerOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateAuthenticationEventListenerOperationOptions ¶
func DefaultUpdateAuthenticationEventListenerOperationOptions() UpdateAuthenticationEventListenerOperationOptions
func (UpdateAuthenticationEventListenerOperationOptions) ToHeaders ¶
func (o UpdateAuthenticationEventListenerOperationOptions) ToHeaders() *client.Headers
func (UpdateAuthenticationEventListenerOperationOptions) ToOData ¶
func (o UpdateAuthenticationEventListenerOperationOptions) ToOData() *odata.Query
func (UpdateAuthenticationEventListenerOperationOptions) ToQuery ¶
func (o UpdateAuthenticationEventListenerOperationOptions) ToQuery() *client.QueryParams