platform_credential

package
v0.50.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2023 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDeletePlatformCredentialsBadRequest added in v0.49.0

type AdminDeletePlatformCredentialsBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsBadRequest handles this case with default header values.

Bad Request

func NewAdminDeletePlatformCredentialsBadRequest added in v0.49.0

func NewAdminDeletePlatformCredentialsBadRequest() *AdminDeletePlatformCredentialsBadRequest

NewAdminDeletePlatformCredentialsBadRequest creates a AdminDeletePlatformCredentialsBadRequest with default headers values

func (*AdminDeletePlatformCredentialsBadRequest) Error added in v0.49.0

func (*AdminDeletePlatformCredentialsBadRequest) GetPayload added in v0.49.0

func (*AdminDeletePlatformCredentialsBadRequest) ToJSONString added in v0.49.0

type AdminDeletePlatformCredentialsForbidden added in v0.49.0

type AdminDeletePlatformCredentialsForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsForbidden handles this case with default header values.

Forbidden

func NewAdminDeletePlatformCredentialsForbidden added in v0.49.0

func NewAdminDeletePlatformCredentialsForbidden() *AdminDeletePlatformCredentialsForbidden

NewAdminDeletePlatformCredentialsForbidden creates a AdminDeletePlatformCredentialsForbidden with default headers values

func (*AdminDeletePlatformCredentialsForbidden) Error added in v0.49.0

func (*AdminDeletePlatformCredentialsForbidden) GetPayload added in v0.49.0

func (*AdminDeletePlatformCredentialsForbidden) ToJSONString added in v0.49.0

type AdminDeletePlatformCredentialsInternalServerError added in v0.49.0

type AdminDeletePlatformCredentialsInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlatformCredentialsInternalServerError added in v0.49.0

func NewAdminDeletePlatformCredentialsInternalServerError() *AdminDeletePlatformCredentialsInternalServerError

NewAdminDeletePlatformCredentialsInternalServerError creates a AdminDeletePlatformCredentialsInternalServerError with default headers values

func (*AdminDeletePlatformCredentialsInternalServerError) Error added in v0.49.0

func (*AdminDeletePlatformCredentialsInternalServerError) GetPayload added in v0.49.0

func (*AdminDeletePlatformCredentialsInternalServerError) ToJSONString added in v0.49.0

type AdminDeletePlatformCredentialsNoContent added in v0.49.0

type AdminDeletePlatformCredentialsNoContent struct {
}

AdminDeletePlatformCredentialsNoContent handles this case with default header values.

No Content

func NewAdminDeletePlatformCredentialsNoContent added in v0.49.0

func NewAdminDeletePlatformCredentialsNoContent() *AdminDeletePlatformCredentialsNoContent

NewAdminDeletePlatformCredentialsNoContent creates a AdminDeletePlatformCredentialsNoContent with default headers values

func (*AdminDeletePlatformCredentialsNoContent) Error added in v0.49.0

type AdminDeletePlatformCredentialsNotFound added in v0.49.0

type AdminDeletePlatformCredentialsNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsNotFound handles this case with default header values.

Not Found

func NewAdminDeletePlatformCredentialsNotFound added in v0.49.0

func NewAdminDeletePlatformCredentialsNotFound() *AdminDeletePlatformCredentialsNotFound

NewAdminDeletePlatformCredentialsNotFound creates a AdminDeletePlatformCredentialsNotFound with default headers values

func (*AdminDeletePlatformCredentialsNotFound) Error added in v0.49.0

func (*AdminDeletePlatformCredentialsNotFound) GetPayload added in v0.49.0

func (*AdminDeletePlatformCredentialsNotFound) ToJSONString added in v0.49.0

type AdminDeletePlatformCredentialsParams added in v0.49.0

type AdminDeletePlatformCredentialsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminDeletePlatformCredentialsParams contains all the parameters to send to the API endpoint for the admin delete platform credentials operation typically these are written to a http.Request

func NewAdminDeletePlatformCredentialsParams added in v0.49.0

func NewAdminDeletePlatformCredentialsParams() *AdminDeletePlatformCredentialsParams

NewAdminDeletePlatformCredentialsParams creates a new AdminDeletePlatformCredentialsParams object with the default values initialized.

func NewAdminDeletePlatformCredentialsParamsWithContext added in v0.49.0

func NewAdminDeletePlatformCredentialsParamsWithContext(ctx context.Context) *AdminDeletePlatformCredentialsParams

NewAdminDeletePlatformCredentialsParamsWithContext creates a new AdminDeletePlatformCredentialsParams object with the default values initialized, and the ability to set a context for a request

func NewAdminDeletePlatformCredentialsParamsWithHTTPClient added in v0.49.0

func NewAdminDeletePlatformCredentialsParamsWithHTTPClient(client *http.Client) *AdminDeletePlatformCredentialsParams

NewAdminDeletePlatformCredentialsParamsWithHTTPClient creates a new AdminDeletePlatformCredentialsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminDeletePlatformCredentialsParamsWithTimeout added in v0.49.0

func NewAdminDeletePlatformCredentialsParamsWithTimeout(timeout time.Duration) *AdminDeletePlatformCredentialsParams

NewAdminDeletePlatformCredentialsParamsWithTimeout creates a new AdminDeletePlatformCredentialsParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminDeletePlatformCredentialsParams) SetAuthInfoWriter added in v0.49.0

func (o *AdminDeletePlatformCredentialsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) SetContext added in v0.49.0

SetContext adds the context to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) SetHTTPClient added in v0.49.0

func (o *AdminDeletePlatformCredentialsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) SetHTTPClientTransport added in v0.49.0

func (o *AdminDeletePlatformCredentialsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) SetNamespace added in v0.49.0

func (o *AdminDeletePlatformCredentialsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) SetTimeout added in v0.49.0

func (o *AdminDeletePlatformCredentialsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WithContext added in v0.49.0

WithContext adds the context to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WithHTTPClient added in v0.49.0

WithHTTPClient adds the HTTPClient to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WithNamespace added in v0.49.0

WithNamespace adds the namespace to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WithTimeout added in v0.49.0

WithTimeout adds the timeout to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WriteToRequest added in v0.49.0

WriteToRequest writes these params to a swagger request

type AdminDeletePlatformCredentialsReader added in v0.49.0

type AdminDeletePlatformCredentialsReader struct {
	// contains filtered or unexported fields
}

AdminDeletePlatformCredentialsReader is a Reader for the AdminDeletePlatformCredentials structure.

func (*AdminDeletePlatformCredentialsReader) ReadResponse added in v0.49.0

func (o *AdminDeletePlatformCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminDeletePlatformCredentialsUnauthorized added in v0.49.0

type AdminDeletePlatformCredentialsUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeletePlatformCredentialsUnauthorized added in v0.49.0

func NewAdminDeletePlatformCredentialsUnauthorized() *AdminDeletePlatformCredentialsUnauthorized

NewAdminDeletePlatformCredentialsUnauthorized creates a AdminDeletePlatformCredentialsUnauthorized with default headers values

func (*AdminDeletePlatformCredentialsUnauthorized) Error added in v0.49.0

func (*AdminDeletePlatformCredentialsUnauthorized) GetPayload added in v0.49.0

func (*AdminDeletePlatformCredentialsUnauthorized) ToJSONString added in v0.49.0

type AdminGetPlatformCredentialsBadRequest added in v0.49.0

type AdminGetPlatformCredentialsBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsBadRequest handles this case with default header values.

Bad Request

func NewAdminGetPlatformCredentialsBadRequest added in v0.49.0

func NewAdminGetPlatformCredentialsBadRequest() *AdminGetPlatformCredentialsBadRequest

NewAdminGetPlatformCredentialsBadRequest creates a AdminGetPlatformCredentialsBadRequest with default headers values

func (*AdminGetPlatformCredentialsBadRequest) Error added in v0.49.0

func (*AdminGetPlatformCredentialsBadRequest) GetPayload added in v0.49.0

func (*AdminGetPlatformCredentialsBadRequest) ToJSONString added in v0.49.0

type AdminGetPlatformCredentialsForbidden added in v0.49.0

type AdminGetPlatformCredentialsForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsForbidden handles this case with default header values.

Forbidden

func NewAdminGetPlatformCredentialsForbidden added in v0.49.0

func NewAdminGetPlatformCredentialsForbidden() *AdminGetPlatformCredentialsForbidden

NewAdminGetPlatformCredentialsForbidden creates a AdminGetPlatformCredentialsForbidden with default headers values

func (*AdminGetPlatformCredentialsForbidden) Error added in v0.49.0

func (*AdminGetPlatformCredentialsForbidden) GetPayload added in v0.49.0

func (*AdminGetPlatformCredentialsForbidden) ToJSONString added in v0.49.0

func (o *AdminGetPlatformCredentialsForbidden) ToJSONString() string

type AdminGetPlatformCredentialsInternalServerError added in v0.49.0

type AdminGetPlatformCredentialsInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlatformCredentialsInternalServerError added in v0.49.0

func NewAdminGetPlatformCredentialsInternalServerError() *AdminGetPlatformCredentialsInternalServerError

NewAdminGetPlatformCredentialsInternalServerError creates a AdminGetPlatformCredentialsInternalServerError with default headers values

func (*AdminGetPlatformCredentialsInternalServerError) Error added in v0.49.0

func (*AdminGetPlatformCredentialsInternalServerError) GetPayload added in v0.49.0

func (*AdminGetPlatformCredentialsInternalServerError) ToJSONString added in v0.49.0

type AdminGetPlatformCredentialsNotFound added in v0.49.0

type AdminGetPlatformCredentialsNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsNotFound handles this case with default header values.

Not Found

func NewAdminGetPlatformCredentialsNotFound added in v0.49.0

func NewAdminGetPlatformCredentialsNotFound() *AdminGetPlatformCredentialsNotFound

NewAdminGetPlatformCredentialsNotFound creates a AdminGetPlatformCredentialsNotFound with default headers values

func (*AdminGetPlatformCredentialsNotFound) Error added in v0.49.0

func (*AdminGetPlatformCredentialsNotFound) GetPayload added in v0.49.0

func (*AdminGetPlatformCredentialsNotFound) ToJSONString added in v0.49.0

func (o *AdminGetPlatformCredentialsNotFound) ToJSONString() string

type AdminGetPlatformCredentialsOK added in v0.49.0

type AdminGetPlatformCredentialsOK struct {
	Payload *sessionclientmodels.ModelsPlatformCredentials
}

AdminGetPlatformCredentialsOK handles this case with default header values.

OK

func NewAdminGetPlatformCredentialsOK added in v0.49.0

func NewAdminGetPlatformCredentialsOK() *AdminGetPlatformCredentialsOK

NewAdminGetPlatformCredentialsOK creates a AdminGetPlatformCredentialsOK with default headers values

func (*AdminGetPlatformCredentialsOK) Error added in v0.49.0

func (*AdminGetPlatformCredentialsOK) GetPayload added in v0.49.0

func (*AdminGetPlatformCredentialsOK) ToJSONString added in v0.49.0

func (o *AdminGetPlatformCredentialsOK) ToJSONString() string

type AdminGetPlatformCredentialsParams added in v0.49.0

type AdminGetPlatformCredentialsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminGetPlatformCredentialsParams contains all the parameters to send to the API endpoint for the admin get platform credentials operation typically these are written to a http.Request

func NewAdminGetPlatformCredentialsParams added in v0.49.0

func NewAdminGetPlatformCredentialsParams() *AdminGetPlatformCredentialsParams

NewAdminGetPlatformCredentialsParams creates a new AdminGetPlatformCredentialsParams object with the default values initialized.

func NewAdminGetPlatformCredentialsParamsWithContext added in v0.49.0

func NewAdminGetPlatformCredentialsParamsWithContext(ctx context.Context) *AdminGetPlatformCredentialsParams

NewAdminGetPlatformCredentialsParamsWithContext creates a new AdminGetPlatformCredentialsParams object with the default values initialized, and the ability to set a context for a request

func NewAdminGetPlatformCredentialsParamsWithHTTPClient added in v0.49.0

func NewAdminGetPlatformCredentialsParamsWithHTTPClient(client *http.Client) *AdminGetPlatformCredentialsParams

NewAdminGetPlatformCredentialsParamsWithHTTPClient creates a new AdminGetPlatformCredentialsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminGetPlatformCredentialsParamsWithTimeout added in v0.49.0

func NewAdminGetPlatformCredentialsParamsWithTimeout(timeout time.Duration) *AdminGetPlatformCredentialsParams

NewAdminGetPlatformCredentialsParamsWithTimeout creates a new AdminGetPlatformCredentialsParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminGetPlatformCredentialsParams) SetAuthInfoWriter added in v0.49.0

func (o *AdminGetPlatformCredentialsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) SetContext added in v0.49.0

SetContext adds the context to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) SetHTTPClient added in v0.49.0

func (o *AdminGetPlatformCredentialsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) SetHTTPClientTransport added in v0.49.0

func (o *AdminGetPlatformCredentialsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) SetNamespace added in v0.49.0

func (o *AdminGetPlatformCredentialsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) SetTimeout added in v0.49.0

func (o *AdminGetPlatformCredentialsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WithContext added in v0.49.0

WithContext adds the context to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WithHTTPClient added in v0.49.0

WithHTTPClient adds the HTTPClient to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WithNamespace added in v0.49.0

WithNamespace adds the namespace to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WithTimeout added in v0.49.0

WithTimeout adds the timeout to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WriteToRequest added in v0.49.0

WriteToRequest writes these params to a swagger request

type AdminGetPlatformCredentialsReader added in v0.49.0

type AdminGetPlatformCredentialsReader struct {
	// contains filtered or unexported fields
}

AdminGetPlatformCredentialsReader is a Reader for the AdminGetPlatformCredentials structure.

func (*AdminGetPlatformCredentialsReader) ReadResponse added in v0.49.0

func (o *AdminGetPlatformCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminGetPlatformCredentialsUnauthorized added in v0.49.0

type AdminGetPlatformCredentialsUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetPlatformCredentialsUnauthorized added in v0.49.0

func NewAdminGetPlatformCredentialsUnauthorized() *AdminGetPlatformCredentialsUnauthorized

NewAdminGetPlatformCredentialsUnauthorized creates a AdminGetPlatformCredentialsUnauthorized with default headers values

func (*AdminGetPlatformCredentialsUnauthorized) Error added in v0.49.0

func (*AdminGetPlatformCredentialsUnauthorized) GetPayload added in v0.49.0

func (*AdminGetPlatformCredentialsUnauthorized) ToJSONString added in v0.49.0

type AdminUpdatePlatformCredentialsBadRequest

type AdminUpdatePlatformCredentialsBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsBadRequest handles this case with default header values.

Bad Request

func NewAdminUpdatePlatformCredentialsBadRequest

func NewAdminUpdatePlatformCredentialsBadRequest() *AdminUpdatePlatformCredentialsBadRequest

NewAdminUpdatePlatformCredentialsBadRequest creates a AdminUpdatePlatformCredentialsBadRequest with default headers values

func (*AdminUpdatePlatformCredentialsBadRequest) Error

func (*AdminUpdatePlatformCredentialsBadRequest) GetPayload

func (*AdminUpdatePlatformCredentialsBadRequest) ToJSONString

type AdminUpdatePlatformCredentialsForbidden

type AdminUpdatePlatformCredentialsForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsForbidden handles this case with default header values.

Forbidden

func NewAdminUpdatePlatformCredentialsForbidden

func NewAdminUpdatePlatformCredentialsForbidden() *AdminUpdatePlatformCredentialsForbidden

NewAdminUpdatePlatformCredentialsForbidden creates a AdminUpdatePlatformCredentialsForbidden with default headers values

func (*AdminUpdatePlatformCredentialsForbidden) Error

func (*AdminUpdatePlatformCredentialsForbidden) GetPayload

func (*AdminUpdatePlatformCredentialsForbidden) ToJSONString

type AdminUpdatePlatformCredentialsInternalServerError

type AdminUpdatePlatformCredentialsInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminUpdatePlatformCredentialsInternalServerError

func NewAdminUpdatePlatformCredentialsInternalServerError() *AdminUpdatePlatformCredentialsInternalServerError

NewAdminUpdatePlatformCredentialsInternalServerError creates a AdminUpdatePlatformCredentialsInternalServerError with default headers values

func (*AdminUpdatePlatformCredentialsInternalServerError) Error

func (*AdminUpdatePlatformCredentialsInternalServerError) GetPayload

func (*AdminUpdatePlatformCredentialsInternalServerError) ToJSONString

type AdminUpdatePlatformCredentialsNotFound

type AdminUpdatePlatformCredentialsNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsNotFound handles this case with default header values.

Not Found

func NewAdminUpdatePlatformCredentialsNotFound

func NewAdminUpdatePlatformCredentialsNotFound() *AdminUpdatePlatformCredentialsNotFound

NewAdminUpdatePlatformCredentialsNotFound creates a AdminUpdatePlatformCredentialsNotFound with default headers values

func (*AdminUpdatePlatformCredentialsNotFound) Error

func (*AdminUpdatePlatformCredentialsNotFound) GetPayload

func (*AdminUpdatePlatformCredentialsNotFound) ToJSONString

type AdminUpdatePlatformCredentialsOK

type AdminUpdatePlatformCredentialsOK struct {
	Payload *sessionclientmodels.ModelsPlatformCredentials
}

AdminUpdatePlatformCredentialsOK handles this case with default header values.

OK

func NewAdminUpdatePlatformCredentialsOK

func NewAdminUpdatePlatformCredentialsOK() *AdminUpdatePlatformCredentialsOK

NewAdminUpdatePlatformCredentialsOK creates a AdminUpdatePlatformCredentialsOK with default headers values

func (*AdminUpdatePlatformCredentialsOK) Error

func (*AdminUpdatePlatformCredentialsOK) GetPayload

func (*AdminUpdatePlatformCredentialsOK) ToJSONString

func (o *AdminUpdatePlatformCredentialsOK) ToJSONString() string

type AdminUpdatePlatformCredentialsParams

type AdminUpdatePlatformCredentialsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Body*/
	Body *sessionclientmodels.ApimodelsPutPlatformCredentialsRequest
	/*Namespace
	  namespace of the game

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client
	// contains filtered or unexported fields
}

AdminUpdatePlatformCredentialsParams contains all the parameters to send to the API endpoint for the admin update platform credentials operation typically these are written to a http.Request

func NewAdminUpdatePlatformCredentialsParams

func NewAdminUpdatePlatformCredentialsParams() *AdminUpdatePlatformCredentialsParams

NewAdminUpdatePlatformCredentialsParams creates a new AdminUpdatePlatformCredentialsParams object with the default values initialized.

func NewAdminUpdatePlatformCredentialsParamsWithContext

func NewAdminUpdatePlatformCredentialsParamsWithContext(ctx context.Context) *AdminUpdatePlatformCredentialsParams

NewAdminUpdatePlatformCredentialsParamsWithContext creates a new AdminUpdatePlatformCredentialsParams object with the default values initialized, and the ability to set a context for a request

func NewAdminUpdatePlatformCredentialsParamsWithHTTPClient

func NewAdminUpdatePlatformCredentialsParamsWithHTTPClient(client *http.Client) *AdminUpdatePlatformCredentialsParams

NewAdminUpdatePlatformCredentialsParamsWithHTTPClient creates a new AdminUpdatePlatformCredentialsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewAdminUpdatePlatformCredentialsParamsWithTimeout

func NewAdminUpdatePlatformCredentialsParamsWithTimeout(timeout time.Duration) *AdminUpdatePlatformCredentialsParams

NewAdminUpdatePlatformCredentialsParamsWithTimeout creates a new AdminUpdatePlatformCredentialsParams object with the default values initialized, and the ability to set a timeout on a request

func (*AdminUpdatePlatformCredentialsParams) SetAuthInfoWriter

func (o *AdminUpdatePlatformCredentialsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetBody

SetBody adds the body to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetContext

SetContext adds the context to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetHTTPClient

func (o *AdminUpdatePlatformCredentialsParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetHTTPClientTransport

func (o *AdminUpdatePlatformCredentialsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetNamespace

func (o *AdminUpdatePlatformCredentialsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) SetTimeout

func (o *AdminUpdatePlatformCredentialsParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithBody

WithBody adds the body to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithContext

WithContext adds the context to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithNamespace

WithNamespace adds the namespace to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WithTimeout

WithTimeout adds the timeout to the admin update platform credentials params

func (*AdminUpdatePlatformCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminUpdatePlatformCredentialsReader

type AdminUpdatePlatformCredentialsReader struct {
	// contains filtered or unexported fields
}

AdminUpdatePlatformCredentialsReader is a Reader for the AdminUpdatePlatformCredentials structure.

func (*AdminUpdatePlatformCredentialsReader) ReadResponse

func (o *AdminUpdatePlatformCredentialsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type AdminUpdatePlatformCredentialsUnauthorized

type AdminUpdatePlatformCredentialsUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminUpdatePlatformCredentialsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminUpdatePlatformCredentialsUnauthorized

func NewAdminUpdatePlatformCredentialsUnauthorized() *AdminUpdatePlatformCredentialsUnauthorized

NewAdminUpdatePlatformCredentialsUnauthorized creates a AdminUpdatePlatformCredentialsUnauthorized with default headers values

func (*AdminUpdatePlatformCredentialsUnauthorized) Error

func (*AdminUpdatePlatformCredentialsUnauthorized) GetPayload

func (*AdminUpdatePlatformCredentialsUnauthorized) ToJSONString

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for platform credential API

func (*Client) AdminDeletePlatformCredentials deprecated added in v0.49.0

Deprecated: 2022-08-10 - Use AdminDeletePlatformCredentialsShort instead.

AdminDeletePlatformCredentials delete platform credentials. Delete platform credentials used for Native Session sync. Requires ADMIN:NAMESPACE:{namespace}:SESSION:PLATFORMCREDENTIAL [DELETE]

func (*Client) AdminDeletePlatformCredentialsShort added in v0.49.0

func (a *Client) AdminDeletePlatformCredentialsShort(params *AdminDeletePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlatformCredentialsNoContent, error)

AdminDeletePlatformCredentialsShort delete platform credentials. Delete platform credentials used for Native Session sync. Requires ADMIN:NAMESPACE:{namespace}:SESSION:PLATFORMCREDENTIAL [DELETE]

func (*Client) AdminGetPlatformCredentials deprecated added in v0.49.0

Deprecated: 2022-08-10 - Use AdminGetPlatformCredentialsShort instead.

AdminGetPlatformCredentials get platform credentials. these are used to sync psn sessions. requires admin:namespace:{namespace}:session:platformcredential [read] Get platform credentials used for Native Session sync. PSN: - clientID: Auth Server (Client Credential) ClientID - clientSecret: Auth Server (Client Credential) Secret. For security, only the first few characters are shown. - scope: should be psn:s2s.service (For Sync non PSN member to PSN Session)

func (*Client) AdminGetPlatformCredentialsShort added in v0.49.0

func (a *Client) AdminGetPlatformCredentialsShort(params *AdminGetPlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlatformCredentialsOK, error)

AdminGetPlatformCredentialsShort get platform credentials. these are used to sync psn sessions. requires admin:namespace:{namespace}:session:platformcredential [read] Get platform credentials used for Native Session sync. PSN: - clientID: Auth Server (Client Credential) ClientID - clientSecret: Auth Server (Client Credential) Secret. For security, only the first few characters are shown. - scope: should be psn:s2s.service (For Sync non PSN member to PSN Session)

func (*Client) AdminUpdatePlatformCredentials deprecated

Deprecated: 2022-08-10 - Use AdminUpdatePlatformCredentialsShort instead.

AdminUpdatePlatformCredentials update platform credentials. currently only used to sync psn sessions. requires admin:namespace:{namespace}:session:platformcredential [update] Update platform credentials for Native Session sync. Currently supports PSN platform. Send an empty body to clear data. PSN: - clientID: Auth Server (Client Credential) ClientID - clientSecret: Auth Server (Client Credential) Secret - scope: psn:s2s.service (For Sync non PSN member to PSN Session)

func (*Client) AdminUpdatePlatformCredentialsShort

func (a *Client) AdminUpdatePlatformCredentialsShort(params *AdminUpdatePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePlatformCredentialsOK, error)

AdminUpdatePlatformCredentialsShort update platform credentials. currently only used to sync psn sessions. requires admin:namespace:{namespace}:session:platformcredential [update] Update platform credentials for Native Session sync. Currently supports PSN platform. Send an empty body to clear data. PSN: - clientID: Auth Server (Client Credential) ClientID - clientSecret: Auth Server (Client Credential) Secret - scope: psn:s2s.service (For Sync non PSN member to PSN Session)

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	AdminGetPlatformCredentials(params *AdminGetPlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlatformCredentialsOK, *AdminGetPlatformCredentialsBadRequest, *AdminGetPlatformCredentialsUnauthorized, *AdminGetPlatformCredentialsForbidden, *AdminGetPlatformCredentialsNotFound, *AdminGetPlatformCredentialsInternalServerError, error)
	AdminGetPlatformCredentialsShort(params *AdminGetPlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlatformCredentialsOK, error)
	AdminUpdatePlatformCredentials(params *AdminUpdatePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePlatformCredentialsOK, *AdminUpdatePlatformCredentialsBadRequest, *AdminUpdatePlatformCredentialsUnauthorized, *AdminUpdatePlatformCredentialsForbidden, *AdminUpdatePlatformCredentialsNotFound, *AdminUpdatePlatformCredentialsInternalServerError, error)
	AdminUpdatePlatformCredentialsShort(params *AdminUpdatePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePlatformCredentialsOK, error)
	AdminDeletePlatformCredentials(params *AdminDeletePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlatformCredentialsNoContent, *AdminDeletePlatformCredentialsBadRequest, *AdminDeletePlatformCredentialsUnauthorized, *AdminDeletePlatformCredentialsForbidden, *AdminDeletePlatformCredentialsNotFound, *AdminDeletePlatformCredentialsInternalServerError, error)
	AdminDeletePlatformCredentialsShort(params *AdminDeletePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlatformCredentialsNoContent, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new platform credential API client.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL