Versions in this module Expand all Collapse all v0 v0.24.0 Aug 2, 2022 v0.23.0 Jul 19, 2022 Changes in this version + type AddClientPermissionBadRequest struct + func NewAddClientPermissionBadRequest() *AddClientPermissionBadRequest + func (o *AddClientPermissionBadRequest) Error() string + type AddClientPermissionForbidden struct + func NewAddClientPermissionForbidden() *AddClientPermissionForbidden + func (o *AddClientPermissionForbidden) Error() string + type AddClientPermissionNoContent struct + func NewAddClientPermissionNoContent() *AddClientPermissionNoContent + func (o *AddClientPermissionNoContent) Error() string + type AddClientPermissionNotFound struct + func NewAddClientPermissionNotFound() *AddClientPermissionNotFound + func (o *AddClientPermissionNotFound) Error() string + type AddClientPermissionParams struct + Action int64 + AuthInfoWriter runtime.ClientAuthInfoWriter + ClientID string + Context context.Context + HTTPClient *http.Client + Resource string + RetryPolicy *utils.Retry + func NewAddClientPermissionParams() *AddClientPermissionParams + func NewAddClientPermissionParamsWithContext(ctx context.Context) *AddClientPermissionParams + func NewAddClientPermissionParamsWithHTTPClient(client *http.Client) *AddClientPermissionParams + func NewAddClientPermissionParamsWithTimeout(timeout time.Duration) *AddClientPermissionParams + func (o *AddClientPermissionParams) SetAction(action int64) + func (o *AddClientPermissionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *AddClientPermissionParams) SetClientID(clientID string) + func (o *AddClientPermissionParams) SetContext(ctx context.Context) + func (o *AddClientPermissionParams) SetHTTPClient(client *http.Client) + func (o *AddClientPermissionParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *AddClientPermissionParams) SetResource(resource string) + func (o *AddClientPermissionParams) SetTimeout(timeout time.Duration) + func (o *AddClientPermissionParams) WithAction(action int64) *AddClientPermissionParams + func (o *AddClientPermissionParams) WithClientID(clientID string) *AddClientPermissionParams + func (o *AddClientPermissionParams) WithContext(ctx context.Context) *AddClientPermissionParams + func (o *AddClientPermissionParams) WithHTTPClient(client *http.Client) *AddClientPermissionParams + func (o *AddClientPermissionParams) WithResource(resource string) *AddClientPermissionParams + func (o *AddClientPermissionParams) WithTimeout(timeout time.Duration) *AddClientPermissionParams + func (o *AddClientPermissionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type AddClientPermissionReader struct + func (o *AddClientPermissionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type AddClientPermissionUnauthorized struct + func NewAddClientPermissionUnauthorized() *AddClientPermissionUnauthorized + func (o *AddClientPermissionUnauthorized) Error() string + type Client struct + func (a *Client) AddClientPermission(params *AddClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*AddClientPermissionNoContent, *AddClientPermissionBadRequest, ...) + func (a *Client) AddClientPermissionShort(params *AddClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*AddClientPermissionNoContent, error) + func (a *Client) CreateClient(params *CreateClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreateClientCreated, *CreateClientBadRequest, *CreateClientUnauthorized, ...) + func (a *Client) CreateClientByNamespace(params *CreateClientByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*CreateClientByNamespaceCreated, *CreateClientByNamespaceBadRequest, ...) + func (a *Client) CreateClientByNamespaceShort(params *CreateClientByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*CreateClientByNamespaceCreated, error) + func (a *Client) CreateClientShort(params *CreateClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreateClientCreated, error) + func (a *Client) DeleteClient(params *DeleteClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientNoContent, *DeleteClientUnauthorized, *DeleteClientForbidden, ...) + func (a *Client) DeleteClientByNamespace(params *DeleteClientByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientByNamespaceNoContent, *DeleteClientByNamespaceUnauthorized, ...) + func (a *Client) DeleteClientByNamespaceShort(params *DeleteClientByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientByNamespaceNoContent, error) + func (a *Client) DeleteClientPermission(params *DeleteClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientPermissionNoContent, *DeleteClientPermissionBadRequest, ...) + func (a *Client) DeleteClientPermissionShort(params *DeleteClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientPermissionNoContent, error) + func (a *Client) DeleteClientShort(params *DeleteClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientNoContent, error) + func (a *Client) GetClient(params *GetClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientOK, *GetClientUnauthorized, *GetClientForbidden, *GetClientNotFound, ...) + func (a *Client) GetClientShort(params *GetClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientOK, error) + func (a *Client) GetClients(params *GetClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientsOK, *GetClientsUnauthorized, *GetClientsForbidden, error) + func (a *Client) GetClientsShort(params *GetClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientsOK, error) + func (a *Client) GetClientsbyNamespace(params *GetClientsbyNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientsbyNamespaceOK, *GetClientsbyNamespaceUnauthorized, ...) + func (a *Client) GetClientsbyNamespaceShort(params *GetClientsbyNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientsbyNamespaceOK, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateClient(params *UpdateClientParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientOK, *UpdateClientBadRequest, *UpdateClientUnauthorized, ...) + func (a *Client) UpdateClientPermission(params *UpdateClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientPermissionNoContent, *UpdateClientPermissionBadRequest, ...) + func (a *Client) UpdateClientPermissionShort(params *UpdateClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientPermissionNoContent, error) + func (a *Client) UpdateClientSecret(params *UpdateClientSecretParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientSecretNoContent, *UpdateClientSecretBadRequest, ...) + func (a *Client) UpdateClientSecretShort(params *UpdateClientSecretParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientSecretNoContent, error) + func (a *Client) UpdateClientShort(params *UpdateClientParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientOK, error) + type ClientService interface + AddClientPermission func(params *AddClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*AddClientPermissionNoContent, *AddClientPermissionBadRequest, ...) + AddClientPermissionShort func(params *AddClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*AddClientPermissionNoContent, error) + CreateClient func(params *CreateClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreateClientCreated, *CreateClientBadRequest, *CreateClientUnauthorized, ...) + CreateClientByNamespace func(params *CreateClientByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*CreateClientByNamespaceCreated, *CreateClientByNamespaceBadRequest, ...) + CreateClientByNamespaceShort func(params *CreateClientByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*CreateClientByNamespaceCreated, error) + CreateClientShort func(params *CreateClientParams, authInfo runtime.ClientAuthInfoWriter) (*CreateClientCreated, error) + DeleteClient func(params *DeleteClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientNoContent, *DeleteClientUnauthorized, *DeleteClientForbidden, ...) + DeleteClientByNamespace func(params *DeleteClientByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientByNamespaceNoContent, *DeleteClientByNamespaceUnauthorized, ...) + DeleteClientByNamespaceShort func(params *DeleteClientByNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientByNamespaceNoContent, error) + DeleteClientPermission func(params *DeleteClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientPermissionNoContent, *DeleteClientPermissionBadRequest, ...) + DeleteClientPermissionShort func(params *DeleteClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientPermissionNoContent, error) + DeleteClientShort func(params *DeleteClientParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteClientNoContent, error) + GetClient func(params *GetClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientOK, *GetClientUnauthorized, *GetClientForbidden, *GetClientNotFound, ...) + GetClientShort func(params *GetClientParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientOK, error) + GetClients func(params *GetClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientsOK, *GetClientsUnauthorized, *GetClientsForbidden, error) + GetClientsShort func(params *GetClientsParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientsOK, error) + GetClientsbyNamespace func(params *GetClientsbyNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientsbyNamespaceOK, *GetClientsbyNamespaceUnauthorized, ...) + GetClientsbyNamespaceShort func(params *GetClientsbyNamespaceParams, authInfo runtime.ClientAuthInfoWriter) (*GetClientsbyNamespaceOK, error) + SetTransport func(transport runtime.ClientTransport) + UpdateClient func(params *UpdateClientParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientOK, *UpdateClientBadRequest, *UpdateClientUnauthorized, ...) + UpdateClientPermission func(params *UpdateClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientPermissionNoContent, *UpdateClientPermissionBadRequest, ...) + UpdateClientPermissionShort func(params *UpdateClientPermissionParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientPermissionNoContent, error) + UpdateClientSecret func(params *UpdateClientSecretParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientSecretNoContent, *UpdateClientSecretBadRequest, ...) + UpdateClientSecretShort func(params *UpdateClientSecretParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientSecretNoContent, error) + UpdateClientShort func(params *UpdateClientParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateClientOK, error) + func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService + type CreateClientBadRequest struct + func NewCreateClientBadRequest() *CreateClientBadRequest + func (o *CreateClientBadRequest) Error() string + type CreateClientByNamespaceBadRequest struct + func NewCreateClientByNamespaceBadRequest() *CreateClientByNamespaceBadRequest + func (o *CreateClientByNamespaceBadRequest) Error() string + type CreateClientByNamespaceConflict struct + func NewCreateClientByNamespaceConflict() *CreateClientByNamespaceConflict + func (o *CreateClientByNamespaceConflict) Error() string + type CreateClientByNamespaceCreated struct + Payload *iamclientmodels.ClientmodelClientCreationResponse + func NewCreateClientByNamespaceCreated() *CreateClientByNamespaceCreated + func (o *CreateClientByNamespaceCreated) Error() string + func (o *CreateClientByNamespaceCreated) GetPayload() *iamclientmodels.ClientmodelClientCreationResponse + type CreateClientByNamespaceForbidden struct + func NewCreateClientByNamespaceForbidden() *CreateClientByNamespaceForbidden + func (o *CreateClientByNamespaceForbidden) Error() string + type CreateClientByNamespaceParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *iamclientmodels.ClientmodelClientCreateRequest + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + func NewCreateClientByNamespaceParams() *CreateClientByNamespaceParams + func NewCreateClientByNamespaceParamsWithContext(ctx context.Context) *CreateClientByNamespaceParams + func NewCreateClientByNamespaceParamsWithHTTPClient(client *http.Client) *CreateClientByNamespaceParams + func NewCreateClientByNamespaceParamsWithTimeout(timeout time.Duration) *CreateClientByNamespaceParams + func (o *CreateClientByNamespaceParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *CreateClientByNamespaceParams) SetBody(body *iamclientmodels.ClientmodelClientCreateRequest) + func (o *CreateClientByNamespaceParams) SetContext(ctx context.Context) + func (o *CreateClientByNamespaceParams) SetHTTPClient(client *http.Client) + func (o *CreateClientByNamespaceParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *CreateClientByNamespaceParams) SetNamespace(namespace string) + func (o *CreateClientByNamespaceParams) SetTimeout(timeout time.Duration) + func (o *CreateClientByNamespaceParams) WithBody(body *iamclientmodels.ClientmodelClientCreateRequest) *CreateClientByNamespaceParams + func (o *CreateClientByNamespaceParams) WithContext(ctx context.Context) *CreateClientByNamespaceParams + func (o *CreateClientByNamespaceParams) WithHTTPClient(client *http.Client) *CreateClientByNamespaceParams + func (o *CreateClientByNamespaceParams) WithNamespace(namespace string) *CreateClientByNamespaceParams + func (o *CreateClientByNamespaceParams) WithTimeout(timeout time.Duration) *CreateClientByNamespaceParams + func (o *CreateClientByNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateClientByNamespaceReader struct + func (o *CreateClientByNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateClientByNamespaceUnauthorized struct + func NewCreateClientByNamespaceUnauthorized() *CreateClientByNamespaceUnauthorized + func (o *CreateClientByNamespaceUnauthorized) Error() string + type CreateClientConflict struct + func NewCreateClientConflict() *CreateClientConflict + func (o *CreateClientConflict) Error() string + type CreateClientCreated struct + Payload *iamclientmodels.ClientmodelClientCreationResponse + func NewCreateClientCreated() *CreateClientCreated + func (o *CreateClientCreated) Error() string + func (o *CreateClientCreated) GetPayload() *iamclientmodels.ClientmodelClientCreationResponse + type CreateClientForbidden struct + func NewCreateClientForbidden() *CreateClientForbidden + func (o *CreateClientForbidden) Error() string + type CreateClientParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *iamclientmodels.ClientmodelClientCreateRequest + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewCreateClientParams() *CreateClientParams + func NewCreateClientParamsWithContext(ctx context.Context) *CreateClientParams + func NewCreateClientParamsWithHTTPClient(client *http.Client) *CreateClientParams + func NewCreateClientParamsWithTimeout(timeout time.Duration) *CreateClientParams + func (o *CreateClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *CreateClientParams) SetBody(body *iamclientmodels.ClientmodelClientCreateRequest) + func (o *CreateClientParams) SetContext(ctx context.Context) + func (o *CreateClientParams) SetHTTPClient(client *http.Client) + func (o *CreateClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *CreateClientParams) SetTimeout(timeout time.Duration) + func (o *CreateClientParams) WithBody(body *iamclientmodels.ClientmodelClientCreateRequest) *CreateClientParams + func (o *CreateClientParams) WithContext(ctx context.Context) *CreateClientParams + func (o *CreateClientParams) WithHTTPClient(client *http.Client) *CreateClientParams + func (o *CreateClientParams) WithTimeout(timeout time.Duration) *CreateClientParams + func (o *CreateClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateClientReader struct + func (o *CreateClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type CreateClientUnauthorized struct + func NewCreateClientUnauthorized() *CreateClientUnauthorized + func (o *CreateClientUnauthorized) Error() string + type DeleteClientByNamespaceForbidden struct + func NewDeleteClientByNamespaceForbidden() *DeleteClientByNamespaceForbidden + func (o *DeleteClientByNamespaceForbidden) Error() string + type DeleteClientByNamespaceNoContent struct + func NewDeleteClientByNamespaceNoContent() *DeleteClientByNamespaceNoContent + func (o *DeleteClientByNamespaceNoContent) Error() string + type DeleteClientByNamespaceNotFound struct + func NewDeleteClientByNamespaceNotFound() *DeleteClientByNamespaceNotFound + func (o *DeleteClientByNamespaceNotFound) Error() string + type DeleteClientByNamespaceParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + ClientID string + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + func NewDeleteClientByNamespaceParams() *DeleteClientByNamespaceParams + func NewDeleteClientByNamespaceParamsWithContext(ctx context.Context) *DeleteClientByNamespaceParams + func NewDeleteClientByNamespaceParamsWithHTTPClient(client *http.Client) *DeleteClientByNamespaceParams + func NewDeleteClientByNamespaceParamsWithTimeout(timeout time.Duration) *DeleteClientByNamespaceParams + func (o *DeleteClientByNamespaceParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *DeleteClientByNamespaceParams) SetClientID(clientID string) + func (o *DeleteClientByNamespaceParams) SetContext(ctx context.Context) + func (o *DeleteClientByNamespaceParams) SetHTTPClient(client *http.Client) + func (o *DeleteClientByNamespaceParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *DeleteClientByNamespaceParams) SetNamespace(namespace string) + func (o *DeleteClientByNamespaceParams) SetTimeout(timeout time.Duration) + func (o *DeleteClientByNamespaceParams) WithClientID(clientID string) *DeleteClientByNamespaceParams + func (o *DeleteClientByNamespaceParams) WithContext(ctx context.Context) *DeleteClientByNamespaceParams + func (o *DeleteClientByNamespaceParams) WithHTTPClient(client *http.Client) *DeleteClientByNamespaceParams + func (o *DeleteClientByNamespaceParams) WithNamespace(namespace string) *DeleteClientByNamespaceParams + func (o *DeleteClientByNamespaceParams) WithTimeout(timeout time.Duration) *DeleteClientByNamespaceParams + func (o *DeleteClientByNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteClientByNamespaceReader struct + func (o *DeleteClientByNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteClientByNamespaceUnauthorized struct + func NewDeleteClientByNamespaceUnauthorized() *DeleteClientByNamespaceUnauthorized + func (o *DeleteClientByNamespaceUnauthorized) Error() string + type DeleteClientForbidden struct + func NewDeleteClientForbidden() *DeleteClientForbidden + func (o *DeleteClientForbidden) Error() string + type DeleteClientNoContent struct + func NewDeleteClientNoContent() *DeleteClientNoContent + func (o *DeleteClientNoContent) Error() string + type DeleteClientNotFound struct + func NewDeleteClientNotFound() *DeleteClientNotFound + func (o *DeleteClientNotFound) Error() string + type DeleteClientParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + ClientID string + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewDeleteClientParams() *DeleteClientParams + func NewDeleteClientParamsWithContext(ctx context.Context) *DeleteClientParams + func NewDeleteClientParamsWithHTTPClient(client *http.Client) *DeleteClientParams + func NewDeleteClientParamsWithTimeout(timeout time.Duration) *DeleteClientParams + func (o *DeleteClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *DeleteClientParams) SetClientID(clientID string) + func (o *DeleteClientParams) SetContext(ctx context.Context) + func (o *DeleteClientParams) SetHTTPClient(client *http.Client) + func (o *DeleteClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *DeleteClientParams) SetTimeout(timeout time.Duration) + func (o *DeleteClientParams) WithClientID(clientID string) *DeleteClientParams + func (o *DeleteClientParams) WithContext(ctx context.Context) *DeleteClientParams + func (o *DeleteClientParams) WithHTTPClient(client *http.Client) *DeleteClientParams + func (o *DeleteClientParams) WithTimeout(timeout time.Duration) *DeleteClientParams + func (o *DeleteClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteClientPermissionBadRequest struct + func NewDeleteClientPermissionBadRequest() *DeleteClientPermissionBadRequest + func (o *DeleteClientPermissionBadRequest) Error() string + type DeleteClientPermissionForbidden struct + func NewDeleteClientPermissionForbidden() *DeleteClientPermissionForbidden + func (o *DeleteClientPermissionForbidden) Error() string + type DeleteClientPermissionNoContent struct + func NewDeleteClientPermissionNoContent() *DeleteClientPermissionNoContent + func (o *DeleteClientPermissionNoContent) Error() string + type DeleteClientPermissionNotFound struct + func NewDeleteClientPermissionNotFound() *DeleteClientPermissionNotFound + func (o *DeleteClientPermissionNotFound) Error() string + type DeleteClientPermissionParams struct + Action int64 + AuthInfoWriter runtime.ClientAuthInfoWriter + ClientID string + Context context.Context + HTTPClient *http.Client + Resource string + RetryPolicy *utils.Retry + func NewDeleteClientPermissionParams() *DeleteClientPermissionParams + func NewDeleteClientPermissionParamsWithContext(ctx context.Context) *DeleteClientPermissionParams + func NewDeleteClientPermissionParamsWithHTTPClient(client *http.Client) *DeleteClientPermissionParams + func NewDeleteClientPermissionParamsWithTimeout(timeout time.Duration) *DeleteClientPermissionParams + func (o *DeleteClientPermissionParams) SetAction(action int64) + func (o *DeleteClientPermissionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *DeleteClientPermissionParams) SetClientID(clientID string) + func (o *DeleteClientPermissionParams) SetContext(ctx context.Context) + func (o *DeleteClientPermissionParams) SetHTTPClient(client *http.Client) + func (o *DeleteClientPermissionParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *DeleteClientPermissionParams) SetResource(resource string) + func (o *DeleteClientPermissionParams) SetTimeout(timeout time.Duration) + func (o *DeleteClientPermissionParams) WithAction(action int64) *DeleteClientPermissionParams + func (o *DeleteClientPermissionParams) WithClientID(clientID string) *DeleteClientPermissionParams + func (o *DeleteClientPermissionParams) WithContext(ctx context.Context) *DeleteClientPermissionParams + func (o *DeleteClientPermissionParams) WithHTTPClient(client *http.Client) *DeleteClientPermissionParams + func (o *DeleteClientPermissionParams) WithResource(resource string) *DeleteClientPermissionParams + func (o *DeleteClientPermissionParams) WithTimeout(timeout time.Duration) *DeleteClientPermissionParams + func (o *DeleteClientPermissionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteClientPermissionReader struct + func (o *DeleteClientPermissionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteClientPermissionUnauthorized struct + func NewDeleteClientPermissionUnauthorized() *DeleteClientPermissionUnauthorized + func (o *DeleteClientPermissionUnauthorized) Error() string + type DeleteClientReader struct + func (o *DeleteClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteClientUnauthorized struct + func NewDeleteClientUnauthorized() *DeleteClientUnauthorized + func (o *DeleteClientUnauthorized) Error() string + type GetClientForbidden struct + func NewGetClientForbidden() *GetClientForbidden + func (o *GetClientForbidden) Error() string + type GetClientNotFound struct + func NewGetClientNotFound() *GetClientNotFound + func (o *GetClientNotFound) Error() string + type GetClientOK struct + Payload *iamclientmodels.ClientmodelClientResponse + func NewGetClientOK() *GetClientOK + func (o *GetClientOK) Error() string + func (o *GetClientOK) GetPayload() *iamclientmodels.ClientmodelClientResponse + type GetClientParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + ClientID string + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewGetClientParams() *GetClientParams + func NewGetClientParamsWithContext(ctx context.Context) *GetClientParams + func NewGetClientParamsWithHTTPClient(client *http.Client) *GetClientParams + func NewGetClientParamsWithTimeout(timeout time.Duration) *GetClientParams + func (o *GetClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetClientParams) SetClientID(clientID string) + func (o *GetClientParams) SetContext(ctx context.Context) + func (o *GetClientParams) SetHTTPClient(client *http.Client) + func (o *GetClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetClientParams) SetTimeout(timeout time.Duration) + func (o *GetClientParams) WithClientID(clientID string) *GetClientParams + func (o *GetClientParams) WithContext(ctx context.Context) *GetClientParams + func (o *GetClientParams) WithHTTPClient(client *http.Client) *GetClientParams + func (o *GetClientParams) WithTimeout(timeout time.Duration) *GetClientParams + func (o *GetClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetClientReader struct + func (o *GetClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetClientUnauthorized struct + func NewGetClientUnauthorized() *GetClientUnauthorized + func (o *GetClientUnauthorized) Error() string + type GetClientsForbidden struct + func NewGetClientsForbidden() *GetClientsForbidden + func (o *GetClientsForbidden) Error() string + type GetClientsOK struct + Payload []*iamclientmodels.ClientmodelClientResponse + func NewGetClientsOK() *GetClientsOK + func (o *GetClientsOK) Error() string + func (o *GetClientsOK) GetPayload() []*iamclientmodels.ClientmodelClientResponse + type GetClientsParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewGetClientsParams() *GetClientsParams + func NewGetClientsParamsWithContext(ctx context.Context) *GetClientsParams + func NewGetClientsParamsWithHTTPClient(client *http.Client) *GetClientsParams + func NewGetClientsParamsWithTimeout(timeout time.Duration) *GetClientsParams + func (o *GetClientsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetClientsParams) SetContext(ctx context.Context) + func (o *GetClientsParams) SetHTTPClient(client *http.Client) + func (o *GetClientsParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetClientsParams) SetTimeout(timeout time.Duration) + func (o *GetClientsParams) WithContext(ctx context.Context) *GetClientsParams + func (o *GetClientsParams) WithHTTPClient(client *http.Client) *GetClientsParams + func (o *GetClientsParams) WithTimeout(timeout time.Duration) *GetClientsParams + func (o *GetClientsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetClientsReader struct + func (o *GetClientsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetClientsUnauthorized struct + func NewGetClientsUnauthorized() *GetClientsUnauthorized + func (o *GetClientsUnauthorized) Error() string + type GetClientsbyNamespaceForbidden struct + func NewGetClientsbyNamespaceForbidden() *GetClientsbyNamespaceForbidden + func (o *GetClientsbyNamespaceForbidden) Error() string + type GetClientsbyNamespaceOK struct + Payload []*iamclientmodels.ClientmodelClientResponse + func NewGetClientsbyNamespaceOK() *GetClientsbyNamespaceOK + func (o *GetClientsbyNamespaceOK) Error() string + func (o *GetClientsbyNamespaceOK) GetPayload() []*iamclientmodels.ClientmodelClientResponse + type GetClientsbyNamespaceParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Context context.Context + HTTPClient *http.Client + Namespace string + RetryPolicy *utils.Retry + func NewGetClientsbyNamespaceParams() *GetClientsbyNamespaceParams + func NewGetClientsbyNamespaceParamsWithContext(ctx context.Context) *GetClientsbyNamespaceParams + func NewGetClientsbyNamespaceParamsWithHTTPClient(client *http.Client) *GetClientsbyNamespaceParams + func NewGetClientsbyNamespaceParamsWithTimeout(timeout time.Duration) *GetClientsbyNamespaceParams + func (o *GetClientsbyNamespaceParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *GetClientsbyNamespaceParams) SetContext(ctx context.Context) + func (o *GetClientsbyNamespaceParams) SetHTTPClient(client *http.Client) + func (o *GetClientsbyNamespaceParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *GetClientsbyNamespaceParams) SetNamespace(namespace string) + func (o *GetClientsbyNamespaceParams) SetTimeout(timeout time.Duration) + func (o *GetClientsbyNamespaceParams) WithContext(ctx context.Context) *GetClientsbyNamespaceParams + func (o *GetClientsbyNamespaceParams) WithHTTPClient(client *http.Client) *GetClientsbyNamespaceParams + func (o *GetClientsbyNamespaceParams) WithNamespace(namespace string) *GetClientsbyNamespaceParams + func (o *GetClientsbyNamespaceParams) WithTimeout(timeout time.Duration) *GetClientsbyNamespaceParams + func (o *GetClientsbyNamespaceParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetClientsbyNamespaceReader struct + func (o *GetClientsbyNamespaceReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetClientsbyNamespaceUnauthorized struct + func NewGetClientsbyNamespaceUnauthorized() *GetClientsbyNamespaceUnauthorized + func (o *GetClientsbyNamespaceUnauthorized) Error() string + type UpdateClientBadRequest struct + func NewUpdateClientBadRequest() *UpdateClientBadRequest + func (o *UpdateClientBadRequest) Error() string + type UpdateClientForbidden struct + func NewUpdateClientForbidden() *UpdateClientForbidden + func (o *UpdateClientForbidden) Error() string + type UpdateClientNotFound struct + func NewUpdateClientNotFound() *UpdateClientNotFound + func (o *UpdateClientNotFound) Error() string + type UpdateClientOK struct + Payload *iamclientmodels.ClientmodelClientResponse + func NewUpdateClientOK() *UpdateClientOK + func (o *UpdateClientOK) Error() string + func (o *UpdateClientOK) GetPayload() *iamclientmodels.ClientmodelClientResponse + type UpdateClientParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *iamclientmodels.ClientmodelClientUpdateRequest + ClientID string + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewUpdateClientParams() *UpdateClientParams + func NewUpdateClientParamsWithContext(ctx context.Context) *UpdateClientParams + func NewUpdateClientParamsWithHTTPClient(client *http.Client) *UpdateClientParams + func NewUpdateClientParamsWithTimeout(timeout time.Duration) *UpdateClientParams + func (o *UpdateClientParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *UpdateClientParams) SetBody(body *iamclientmodels.ClientmodelClientUpdateRequest) + func (o *UpdateClientParams) SetClientID(clientID string) + func (o *UpdateClientParams) SetContext(ctx context.Context) + func (o *UpdateClientParams) SetHTTPClient(client *http.Client) + func (o *UpdateClientParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *UpdateClientParams) SetTimeout(timeout time.Duration) + func (o *UpdateClientParams) WithBody(body *iamclientmodels.ClientmodelClientUpdateRequest) *UpdateClientParams + func (o *UpdateClientParams) WithClientID(clientID string) *UpdateClientParams + func (o *UpdateClientParams) WithContext(ctx context.Context) *UpdateClientParams + func (o *UpdateClientParams) WithHTTPClient(client *http.Client) *UpdateClientParams + func (o *UpdateClientParams) WithTimeout(timeout time.Duration) *UpdateClientParams + func (o *UpdateClientParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateClientPermissionBadRequest struct + func NewUpdateClientPermissionBadRequest() *UpdateClientPermissionBadRequest + func (o *UpdateClientPermissionBadRequest) Error() string + type UpdateClientPermissionForbidden struct + func NewUpdateClientPermissionForbidden() *UpdateClientPermissionForbidden + func (o *UpdateClientPermissionForbidden) Error() string + type UpdateClientPermissionNoContent struct + func NewUpdateClientPermissionNoContent() *UpdateClientPermissionNoContent + func (o *UpdateClientPermissionNoContent) Error() string + type UpdateClientPermissionNotFound struct + func NewUpdateClientPermissionNotFound() *UpdateClientPermissionNotFound + func (o *UpdateClientPermissionNotFound) Error() string + type UpdateClientPermissionParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *iamclientmodels.AccountcommonClientPermissions + ClientID string + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewUpdateClientPermissionParams() *UpdateClientPermissionParams + func NewUpdateClientPermissionParamsWithContext(ctx context.Context) *UpdateClientPermissionParams + func NewUpdateClientPermissionParamsWithHTTPClient(client *http.Client) *UpdateClientPermissionParams + func NewUpdateClientPermissionParamsWithTimeout(timeout time.Duration) *UpdateClientPermissionParams + func (o *UpdateClientPermissionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *UpdateClientPermissionParams) SetBody(body *iamclientmodels.AccountcommonClientPermissions) + func (o *UpdateClientPermissionParams) SetClientID(clientID string) + func (o *UpdateClientPermissionParams) SetContext(ctx context.Context) + func (o *UpdateClientPermissionParams) SetHTTPClient(client *http.Client) + func (o *UpdateClientPermissionParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *UpdateClientPermissionParams) SetTimeout(timeout time.Duration) + func (o *UpdateClientPermissionParams) WithBody(body *iamclientmodels.AccountcommonClientPermissions) *UpdateClientPermissionParams + func (o *UpdateClientPermissionParams) WithClientID(clientID string) *UpdateClientPermissionParams + func (o *UpdateClientPermissionParams) WithContext(ctx context.Context) *UpdateClientPermissionParams + func (o *UpdateClientPermissionParams) WithHTTPClient(client *http.Client) *UpdateClientPermissionParams + func (o *UpdateClientPermissionParams) WithTimeout(timeout time.Duration) *UpdateClientPermissionParams + func (o *UpdateClientPermissionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateClientPermissionReader struct + func (o *UpdateClientPermissionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateClientPermissionUnauthorized struct + func NewUpdateClientPermissionUnauthorized() *UpdateClientPermissionUnauthorized + func (o *UpdateClientPermissionUnauthorized) Error() string + type UpdateClientReader struct + func (o *UpdateClientReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateClientSecretBadRequest struct + func NewUpdateClientSecretBadRequest() *UpdateClientSecretBadRequest + func (o *UpdateClientSecretBadRequest) Error() string + type UpdateClientSecretForbidden struct + func NewUpdateClientSecretForbidden() *UpdateClientSecretForbidden + func (o *UpdateClientSecretForbidden) Error() string + type UpdateClientSecretNoContent struct + func NewUpdateClientSecretNoContent() *UpdateClientSecretNoContent + func (o *UpdateClientSecretNoContent) Error() string + type UpdateClientSecretNotFound struct + func NewUpdateClientSecretNotFound() *UpdateClientSecretNotFound + func (o *UpdateClientSecretNotFound) Error() string + type UpdateClientSecretParams struct + AuthInfoWriter runtime.ClientAuthInfoWriter + Body *iamclientmodels.ClientmodelClientUpdateSecretRequest + ClientID string + Context context.Context + HTTPClient *http.Client + RetryPolicy *utils.Retry + func NewUpdateClientSecretParams() *UpdateClientSecretParams + func NewUpdateClientSecretParamsWithContext(ctx context.Context) *UpdateClientSecretParams + func NewUpdateClientSecretParamsWithHTTPClient(client *http.Client) *UpdateClientSecretParams + func NewUpdateClientSecretParamsWithTimeout(timeout time.Duration) *UpdateClientSecretParams + func (o *UpdateClientSecretParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter) + func (o *UpdateClientSecretParams) SetBody(body *iamclientmodels.ClientmodelClientUpdateSecretRequest) + func (o *UpdateClientSecretParams) SetClientID(clientID string) + func (o *UpdateClientSecretParams) SetContext(ctx context.Context) + func (o *UpdateClientSecretParams) SetHTTPClient(client *http.Client) + func (o *UpdateClientSecretParams) SetHTTPClientTransport(roundTripper http.RoundTripper) + func (o *UpdateClientSecretParams) SetTimeout(timeout time.Duration) + func (o *UpdateClientSecretParams) WithBody(body *iamclientmodels.ClientmodelClientUpdateSecretRequest) *UpdateClientSecretParams + func (o *UpdateClientSecretParams) WithClientID(clientID string) *UpdateClientSecretParams + func (o *UpdateClientSecretParams) WithContext(ctx context.Context) *UpdateClientSecretParams + func (o *UpdateClientSecretParams) WithHTTPClient(client *http.Client) *UpdateClientSecretParams + func (o *UpdateClientSecretParams) WithTimeout(timeout time.Duration) *UpdateClientSecretParams + func (o *UpdateClientSecretParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateClientSecretReader struct + func (o *UpdateClientSecretReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateClientSecretUnauthorized struct + func NewUpdateClientSecretUnauthorized() *UpdateClientSecretUnauthorized + func (o *UpdateClientSecretUnauthorized) Error() string + type UpdateClientUnauthorized struct + func NewUpdateClientUnauthorized() *UpdateClientUnauthorized + func (o *UpdateClientUnauthorized) Error() string