platform_credential

package
v0.1.0-alpha.9 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 15 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AdminDeletePlatformCredentialsBadRequest

type AdminDeletePlatformCredentialsBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsBadRequest handles this case with default header values.

Bad Request

func NewAdminDeletePlatformCredentialsBadRequest

func NewAdminDeletePlatformCredentialsBadRequest() *AdminDeletePlatformCredentialsBadRequest

NewAdminDeletePlatformCredentialsBadRequest creates a AdminDeletePlatformCredentialsBadRequest with default headers values

func (*AdminDeletePlatformCredentialsBadRequest) Error

func (*AdminDeletePlatformCredentialsBadRequest) GetPayload

func (*AdminDeletePlatformCredentialsBadRequest) ToJSONString

type AdminDeletePlatformCredentialsForbidden

type AdminDeletePlatformCredentialsForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsForbidden handles this case with default header values.

Forbidden

func NewAdminDeletePlatformCredentialsForbidden

func NewAdminDeletePlatformCredentialsForbidden() *AdminDeletePlatformCredentialsForbidden

NewAdminDeletePlatformCredentialsForbidden creates a AdminDeletePlatformCredentialsForbidden with default headers values

func (*AdminDeletePlatformCredentialsForbidden) Error

func (*AdminDeletePlatformCredentialsForbidden) GetPayload

func (*AdminDeletePlatformCredentialsForbidden) ToJSONString

type AdminDeletePlatformCredentialsInternalServerError

type AdminDeletePlatformCredentialsInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlatformCredentialsInternalServerError

func NewAdminDeletePlatformCredentialsInternalServerError() *AdminDeletePlatformCredentialsInternalServerError

NewAdminDeletePlatformCredentialsInternalServerError creates a AdminDeletePlatformCredentialsInternalServerError with default headers values

func (*AdminDeletePlatformCredentialsInternalServerError) Error

func (*AdminDeletePlatformCredentialsInternalServerError) GetPayload

func (*AdminDeletePlatformCredentialsInternalServerError) ToJSONString

type AdminDeletePlatformCredentialsNoContent

type AdminDeletePlatformCredentialsNoContent struct {
}

AdminDeletePlatformCredentialsNoContent handles this case with default header values.

No Content

func NewAdminDeletePlatformCredentialsNoContent

func NewAdminDeletePlatformCredentialsNoContent() *AdminDeletePlatformCredentialsNoContent

NewAdminDeletePlatformCredentialsNoContent creates a AdminDeletePlatformCredentialsNoContent with default headers values

func (*AdminDeletePlatformCredentialsNoContent) Error

type AdminDeletePlatformCredentialsNotFound

type AdminDeletePlatformCredentialsNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsNotFound handles this case with default header values.

Not Found

func NewAdminDeletePlatformCredentialsNotFound

func NewAdminDeletePlatformCredentialsNotFound() *AdminDeletePlatformCredentialsNotFound

NewAdminDeletePlatformCredentialsNotFound creates a AdminDeletePlatformCredentialsNotFound with default headers values

func (*AdminDeletePlatformCredentialsNotFound) Error

func (*AdminDeletePlatformCredentialsNotFound) GetPayload

func (*AdminDeletePlatformCredentialsNotFound) ToJSONString

type AdminDeletePlatformCredentialsParams

type AdminDeletePlatformCredentialsParams struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewAdminDeletePlatformCredentialsParams() *AdminDeletePlatformCredentialsParams

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

func NewAdminDeletePlatformCredentialsParamsWithContext

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

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

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

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

SetAuthInfoWriter adds the authInfoWriter to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) SetContext

SetContext adds the context to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) SetFlightId

func (o *AdminDeletePlatformCredentialsParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminDeletePlatformCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) SetHTTPClientTransport

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

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

func (*AdminDeletePlatformCredentialsParams) SetNamespace

func (o *AdminDeletePlatformCredentialsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WithContext

WithContext adds the context to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WithNamespace

WithNamespace adds the namespace to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WithTimeout

WithTimeout adds the timeout to the admin delete platform credentials params

func (*AdminDeletePlatformCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlatformCredentialsReader

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

AdminDeletePlatformCredentialsReader is a Reader for the AdminDeletePlatformCredentials structure.

func (*AdminDeletePlatformCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeletePlatformCredentialsUnauthorized

type AdminDeletePlatformCredentialsUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeletePlatformCredentialsUnauthorized

func NewAdminDeletePlatformCredentialsUnauthorized() *AdminDeletePlatformCredentialsUnauthorized

NewAdminDeletePlatformCredentialsUnauthorized creates a AdminDeletePlatformCredentialsUnauthorized with default headers values

func (*AdminDeletePlatformCredentialsUnauthorized) Error

func (*AdminDeletePlatformCredentialsUnauthorized) GetPayload

func (*AdminDeletePlatformCredentialsUnauthorized) ToJSONString

type AdminGetPlatformCredentialsBadRequest

type AdminGetPlatformCredentialsBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsBadRequest handles this case with default header values.

Bad Request

func NewAdminGetPlatformCredentialsBadRequest

func NewAdminGetPlatformCredentialsBadRequest() *AdminGetPlatformCredentialsBadRequest

NewAdminGetPlatformCredentialsBadRequest creates a AdminGetPlatformCredentialsBadRequest with default headers values

func (*AdminGetPlatformCredentialsBadRequest) Error

func (*AdminGetPlatformCredentialsBadRequest) GetPayload

func (*AdminGetPlatformCredentialsBadRequest) ToJSONString

type AdminGetPlatformCredentialsForbidden

type AdminGetPlatformCredentialsForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsForbidden handles this case with default header values.

Forbidden

func NewAdminGetPlatformCredentialsForbidden

func NewAdminGetPlatformCredentialsForbidden() *AdminGetPlatformCredentialsForbidden

NewAdminGetPlatformCredentialsForbidden creates a AdminGetPlatformCredentialsForbidden with default headers values

func (*AdminGetPlatformCredentialsForbidden) Error

func (*AdminGetPlatformCredentialsForbidden) GetPayload

func (*AdminGetPlatformCredentialsForbidden) ToJSONString

func (o *AdminGetPlatformCredentialsForbidden) ToJSONString() string

type AdminGetPlatformCredentialsInternalServerError

type AdminGetPlatformCredentialsInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminGetPlatformCredentialsInternalServerError

func NewAdminGetPlatformCredentialsInternalServerError() *AdminGetPlatformCredentialsInternalServerError

NewAdminGetPlatformCredentialsInternalServerError creates a AdminGetPlatformCredentialsInternalServerError with default headers values

func (*AdminGetPlatformCredentialsInternalServerError) Error

func (*AdminGetPlatformCredentialsInternalServerError) GetPayload

func (*AdminGetPlatformCredentialsInternalServerError) ToJSONString

type AdminGetPlatformCredentialsNotFound

type AdminGetPlatformCredentialsNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsNotFound handles this case with default header values.

Not Found

func NewAdminGetPlatformCredentialsNotFound

func NewAdminGetPlatformCredentialsNotFound() *AdminGetPlatformCredentialsNotFound

NewAdminGetPlatformCredentialsNotFound creates a AdminGetPlatformCredentialsNotFound with default headers values

func (*AdminGetPlatformCredentialsNotFound) Error

func (*AdminGetPlatformCredentialsNotFound) GetPayload

func (*AdminGetPlatformCredentialsNotFound) ToJSONString

func (o *AdminGetPlatformCredentialsNotFound) ToJSONString() string

type AdminGetPlatformCredentialsOK

type AdminGetPlatformCredentialsOK struct {
	Payload *sessionclientmodels.ModelsPlatformCredentials
}

AdminGetPlatformCredentialsOK handles this case with default header values.

OK

func NewAdminGetPlatformCredentialsOK

func NewAdminGetPlatformCredentialsOK() *AdminGetPlatformCredentialsOK

NewAdminGetPlatformCredentialsOK creates a AdminGetPlatformCredentialsOK with default headers values

func (*AdminGetPlatformCredentialsOK) Error

func (*AdminGetPlatformCredentialsOK) GetPayload

func (*AdminGetPlatformCredentialsOK) ToJSONString

func (o *AdminGetPlatformCredentialsOK) ToJSONString() string

type AdminGetPlatformCredentialsParams

type AdminGetPlatformCredentialsParams struct {

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

	*/
	Namespace string

	AuthInfoWriter runtime.ClientAuthInfoWriter
	Context        context.Context
	HTTPClient     *http.Client

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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

func NewAdminGetPlatformCredentialsParams() *AdminGetPlatformCredentialsParams

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

func NewAdminGetPlatformCredentialsParamsWithContext

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

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

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

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

SetAuthInfoWriter adds the authInfoWriter to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) SetContext

SetContext adds the context to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) SetFlightId

func (o *AdminGetPlatformCredentialsParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*AdminGetPlatformCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) SetHTTPClientTransport

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

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

func (*AdminGetPlatformCredentialsParams) SetNamespace

func (o *AdminGetPlatformCredentialsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WithContext

WithContext adds the context to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WithNamespace

WithNamespace adds the namespace to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WithTimeout

WithTimeout adds the timeout to the admin get platform credentials params

func (*AdminGetPlatformCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminGetPlatformCredentialsReader

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

AdminGetPlatformCredentialsReader is a Reader for the AdminGetPlatformCredentials structure.

func (*AdminGetPlatformCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminGetPlatformCredentialsUnauthorized

type AdminGetPlatformCredentialsUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminGetPlatformCredentialsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminGetPlatformCredentialsUnauthorized

func NewAdminGetPlatformCredentialsUnauthorized() *AdminGetPlatformCredentialsUnauthorized

NewAdminGetPlatformCredentialsUnauthorized creates a AdminGetPlatformCredentialsUnauthorized with default headers values

func (*AdminGetPlatformCredentialsUnauthorized) Error

func (*AdminGetPlatformCredentialsUnauthorized) GetPayload

func (*AdminGetPlatformCredentialsUnauthorized) ToJSONString

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

	// XFlightId is an optional parameter from this SDK
	XFlightId *string
	// 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) SetFlightId

func (o *AdminUpdatePlatformCredentialsParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

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

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

AdminDeletePlatformCredentials delete platform credentials. Delete platform credentials used for Native Session sync.

func (*Client) AdminDeletePlatformCredentialsShort

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

AdminDeletePlatformCredentialsShort delete platform credentials. Delete platform credentials used for Native Session sync.

func (*Client) AdminGetPlatformCredentials deprecated

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

AdminGetPlatformCredentials get platform credentials. these are used to sync psn sessions. 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

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

AdminGetPlatformCredentialsShort get platform credentials. these are used to sync psn sessions. 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. 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. 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