platform_credential

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2025 License: MIT Imports: 15 Imported by: 1

Documentation

Index

Constants

View Source
const (
	AdminDeletePlatformCredentialsByPlatformIDPSNConstant  = "PSN"
	AdminDeletePlatformCredentialsByPlatformIDXBOXConstant = "XBOX"
)

Deprecated: 2025-07-16 - Use AdminDeletePlatformCredentialsByPlatformIDPlatformID<EnumValue>Constant instead. Get the enum in AdminDeletePlatformCredentialsByPlatformIDParams

View Source
const (
	AdminDeletePlatformCredentialsByPlatformIDPlatformIDPSNConstant  = "PSN"
	AdminDeletePlatformCredentialsByPlatformIDPlatformIDXBOXConstant = "XBOX"
)

Get the enum in AdminDeletePlatformCredentialsByPlatformIDParams

View Source
const (
	AdminSyncPlatformCredentialsPlatformIDXBOXConstant = "XBOX"
)

Get the enum in AdminSyncPlatformCredentialsParams

View Source
const (
	AdminSyncPlatformCredentialsXBOXConstant = "XBOX"
)

Deprecated: 2025-07-16 - Use AdminSyncPlatformCredentialsPlatformID<EnumValue>Constant instead. Get the enum in AdminSyncPlatformCredentialsParams

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 AdminDeletePlatformCredentialsByPlatformIDBadRequest

type AdminDeletePlatformCredentialsByPlatformIDBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsByPlatformIDBadRequest handles this case with default header values.

Bad Request

func NewAdminDeletePlatformCredentialsByPlatformIDBadRequest

func NewAdminDeletePlatformCredentialsByPlatformIDBadRequest() *AdminDeletePlatformCredentialsByPlatformIDBadRequest

NewAdminDeletePlatformCredentialsByPlatformIDBadRequest creates a AdminDeletePlatformCredentialsByPlatformIDBadRequest with default headers values

func (*AdminDeletePlatformCredentialsByPlatformIDBadRequest) Error

func (*AdminDeletePlatformCredentialsByPlatformIDBadRequest) GetPayload

func (*AdminDeletePlatformCredentialsByPlatformIDBadRequest) ToJSONString

type AdminDeletePlatformCredentialsByPlatformIDForbidden

type AdminDeletePlatformCredentialsByPlatformIDForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsByPlatformIDForbidden handles this case with default header values.

Forbidden

func NewAdminDeletePlatformCredentialsByPlatformIDForbidden

func NewAdminDeletePlatformCredentialsByPlatformIDForbidden() *AdminDeletePlatformCredentialsByPlatformIDForbidden

NewAdminDeletePlatformCredentialsByPlatformIDForbidden creates a AdminDeletePlatformCredentialsByPlatformIDForbidden with default headers values

func (*AdminDeletePlatformCredentialsByPlatformIDForbidden) Error

func (*AdminDeletePlatformCredentialsByPlatformIDForbidden) GetPayload

func (*AdminDeletePlatformCredentialsByPlatformIDForbidden) ToJSONString

type AdminDeletePlatformCredentialsByPlatformIDInternalServerError

type AdminDeletePlatformCredentialsByPlatformIDInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsByPlatformIDInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminDeletePlatformCredentialsByPlatformIDInternalServerError

func NewAdminDeletePlatformCredentialsByPlatformIDInternalServerError() *AdminDeletePlatformCredentialsByPlatformIDInternalServerError

NewAdminDeletePlatformCredentialsByPlatformIDInternalServerError creates a AdminDeletePlatformCredentialsByPlatformIDInternalServerError with default headers values

func (*AdminDeletePlatformCredentialsByPlatformIDInternalServerError) Error

func (*AdminDeletePlatformCredentialsByPlatformIDInternalServerError) GetPayload

func (*AdminDeletePlatformCredentialsByPlatformIDInternalServerError) ToJSONString

type AdminDeletePlatformCredentialsByPlatformIDNoContent

type AdminDeletePlatformCredentialsByPlatformIDNoContent struct {
}

AdminDeletePlatformCredentialsByPlatformIDNoContent handles this case with default header values.

No Content

func NewAdminDeletePlatformCredentialsByPlatformIDNoContent

func NewAdminDeletePlatformCredentialsByPlatformIDNoContent() *AdminDeletePlatformCredentialsByPlatformIDNoContent

NewAdminDeletePlatformCredentialsByPlatformIDNoContent creates a AdminDeletePlatformCredentialsByPlatformIDNoContent with default headers values

func (*AdminDeletePlatformCredentialsByPlatformIDNoContent) Error

type AdminDeletePlatformCredentialsByPlatformIDNotFound

type AdminDeletePlatformCredentialsByPlatformIDNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsByPlatformIDNotFound handles this case with default header values.

Not Found

func NewAdminDeletePlatformCredentialsByPlatformIDNotFound

func NewAdminDeletePlatformCredentialsByPlatformIDNotFound() *AdminDeletePlatformCredentialsByPlatformIDNotFound

NewAdminDeletePlatformCredentialsByPlatformIDNotFound creates a AdminDeletePlatformCredentialsByPlatformIDNotFound with default headers values

func (*AdminDeletePlatformCredentialsByPlatformIDNotFound) Error

func (*AdminDeletePlatformCredentialsByPlatformIDNotFound) GetPayload

func (*AdminDeletePlatformCredentialsByPlatformIDNotFound) ToJSONString

type AdminDeletePlatformCredentialsByPlatformIDParams

type AdminDeletePlatformCredentialsByPlatformIDParams struct {

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

	*/
	Namespace string
	/*PlatformID
	  Platform ID

	*/
	PlatformID 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
}

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

func NewAdminDeletePlatformCredentialsByPlatformIDParams

func NewAdminDeletePlatformCredentialsByPlatformIDParams() *AdminDeletePlatformCredentialsByPlatformIDParams

NewAdminDeletePlatformCredentialsByPlatformIDParams creates a new AdminDeletePlatformCredentialsByPlatformIDParams object with the default values initialized.

func NewAdminDeletePlatformCredentialsByPlatformIDParamsWithContext

func NewAdminDeletePlatformCredentialsByPlatformIDParamsWithContext(ctx context.Context) *AdminDeletePlatformCredentialsByPlatformIDParams

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

func NewAdminDeletePlatformCredentialsByPlatformIDParamsWithHTTPClient

func NewAdminDeletePlatformCredentialsByPlatformIDParamsWithHTTPClient(client *http.Client) *AdminDeletePlatformCredentialsByPlatformIDParams

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

func NewAdminDeletePlatformCredentialsByPlatformIDParamsWithTimeout

func NewAdminDeletePlatformCredentialsByPlatformIDParamsWithTimeout(timeout time.Duration) *AdminDeletePlatformCredentialsByPlatformIDParams

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

func (*AdminDeletePlatformCredentialsByPlatformIDParams) SetAuthInfoWriter

SetAuthInfoWriter adds the authInfoWriter to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) SetContext

SetContext adds the context to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) SetFlightId

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

func (*AdminDeletePlatformCredentialsByPlatformIDParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) SetHTTPClientTransport

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

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

func (*AdminDeletePlatformCredentialsByPlatformIDParams) SetNamespace

func (o *AdminDeletePlatformCredentialsByPlatformIDParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) SetPlatformID

func (o *AdminDeletePlatformCredentialsByPlatformIDParams) SetPlatformID(platformID string)

SetPlatformID adds the platformId to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) SetTimeout

SetTimeout adds the timeout to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) WithContext

WithContext adds the context to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) WithNamespace

WithNamespace adds the namespace to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) WithPlatformID

WithPlatformID adds the platformID to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) WithTimeout

WithTimeout adds the timeout to the admin delete platform credentials by platform id params

func (*AdminDeletePlatformCredentialsByPlatformIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminDeletePlatformCredentialsByPlatformIDReader

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

AdminDeletePlatformCredentialsByPlatformIDReader is a Reader for the AdminDeletePlatformCredentialsByPlatformID structure.

func (*AdminDeletePlatformCredentialsByPlatformIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminDeletePlatformCredentialsByPlatformIDResponse

type AdminDeletePlatformCredentialsByPlatformIDResponse struct {
	sessionclientmodels.ApiResponse

	Error400 *sessionclientmodels.ResponseError
	Error401 *sessionclientmodels.ResponseError
	Error403 *sessionclientmodels.ResponseError
	Error404 *sessionclientmodels.ResponseError
	Error500 *sessionclientmodels.ResponseError
}

func (*AdminDeletePlatformCredentialsByPlatformIDResponse) Unpack

type AdminDeletePlatformCredentialsByPlatformIDUnauthorized

type AdminDeletePlatformCredentialsByPlatformIDUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminDeletePlatformCredentialsByPlatformIDUnauthorized handles this case with default header values.

Unauthorized

func NewAdminDeletePlatformCredentialsByPlatformIDUnauthorized

func NewAdminDeletePlatformCredentialsByPlatformIDUnauthorized() *AdminDeletePlatformCredentialsByPlatformIDUnauthorized

NewAdminDeletePlatformCredentialsByPlatformIDUnauthorized creates a AdminDeletePlatformCredentialsByPlatformIDUnauthorized with default headers values

func (*AdminDeletePlatformCredentialsByPlatformIDUnauthorized) Error

func (*AdminDeletePlatformCredentialsByPlatformIDUnauthorized) GetPayload

func (*AdminDeletePlatformCredentialsByPlatformIDUnauthorized) 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 AdminSyncPlatformCredentialsBadRequest

type AdminSyncPlatformCredentialsBadRequest struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncPlatformCredentialsBadRequest handles this case with default header values.

Bad Request

func NewAdminSyncPlatformCredentialsBadRequest

func NewAdminSyncPlatformCredentialsBadRequest() *AdminSyncPlatformCredentialsBadRequest

NewAdminSyncPlatformCredentialsBadRequest creates a AdminSyncPlatformCredentialsBadRequest with default headers values

func (*AdminSyncPlatformCredentialsBadRequest) Error

func (*AdminSyncPlatformCredentialsBadRequest) GetPayload

func (*AdminSyncPlatformCredentialsBadRequest) ToJSONString

type AdminSyncPlatformCredentialsForbidden

type AdminSyncPlatformCredentialsForbidden struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncPlatformCredentialsForbidden handles this case with default header values.

Forbidden

func NewAdminSyncPlatformCredentialsForbidden

func NewAdminSyncPlatformCredentialsForbidden() *AdminSyncPlatformCredentialsForbidden

NewAdminSyncPlatformCredentialsForbidden creates a AdminSyncPlatformCredentialsForbidden with default headers values

func (*AdminSyncPlatformCredentialsForbidden) Error

func (*AdminSyncPlatformCredentialsForbidden) GetPayload

func (*AdminSyncPlatformCredentialsForbidden) ToJSONString

type AdminSyncPlatformCredentialsInternalServerError

type AdminSyncPlatformCredentialsInternalServerError struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncPlatformCredentialsInternalServerError handles this case with default header values.

Internal Server Error

func NewAdminSyncPlatformCredentialsInternalServerError

func NewAdminSyncPlatformCredentialsInternalServerError() *AdminSyncPlatformCredentialsInternalServerError

NewAdminSyncPlatformCredentialsInternalServerError creates a AdminSyncPlatformCredentialsInternalServerError with default headers values

func (*AdminSyncPlatformCredentialsInternalServerError) Error

func (*AdminSyncPlatformCredentialsInternalServerError) GetPayload

func (*AdminSyncPlatformCredentialsInternalServerError) ToJSONString

type AdminSyncPlatformCredentialsNotFound

type AdminSyncPlatformCredentialsNotFound struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncPlatformCredentialsNotFound handles this case with default header values.

Not Found

func NewAdminSyncPlatformCredentialsNotFound

func NewAdminSyncPlatformCredentialsNotFound() *AdminSyncPlatformCredentialsNotFound

NewAdminSyncPlatformCredentialsNotFound creates a AdminSyncPlatformCredentialsNotFound with default headers values

func (*AdminSyncPlatformCredentialsNotFound) Error

func (*AdminSyncPlatformCredentialsNotFound) GetPayload

func (*AdminSyncPlatformCredentialsNotFound) ToJSONString

func (o *AdminSyncPlatformCredentialsNotFound) ToJSONString() string

type AdminSyncPlatformCredentialsOK

type AdminSyncPlatformCredentialsOK struct {
	Payload *sessionclientmodels.ApimodelsXblCertificateResponseBody
}

AdminSyncPlatformCredentialsOK handles this case with default header values.

OK

func NewAdminSyncPlatformCredentialsOK

func NewAdminSyncPlatformCredentialsOK() *AdminSyncPlatformCredentialsOK

NewAdminSyncPlatformCredentialsOK creates a AdminSyncPlatformCredentialsOK with default headers values

func (*AdminSyncPlatformCredentialsOK) Error

func (*AdminSyncPlatformCredentialsOK) GetPayload

func (*AdminSyncPlatformCredentialsOK) ToJSONString

func (o *AdminSyncPlatformCredentialsOK) ToJSONString() string

type AdminSyncPlatformCredentialsParams

type AdminSyncPlatformCredentialsParams struct {

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

	*/
	Namespace string
	/*PlatformID
	  Platform ID

	*/
	PlatformID 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
}

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

func NewAdminSyncPlatformCredentialsParams

func NewAdminSyncPlatformCredentialsParams() *AdminSyncPlatformCredentialsParams

NewAdminSyncPlatformCredentialsParams creates a new AdminSyncPlatformCredentialsParams object with the default values initialized.

func NewAdminSyncPlatformCredentialsParamsWithContext

func NewAdminSyncPlatformCredentialsParamsWithContext(ctx context.Context) *AdminSyncPlatformCredentialsParams

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

func NewAdminSyncPlatformCredentialsParamsWithHTTPClient

func NewAdminSyncPlatformCredentialsParamsWithHTTPClient(client *http.Client) *AdminSyncPlatformCredentialsParams

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

func NewAdminSyncPlatformCredentialsParamsWithTimeout

func NewAdminSyncPlatformCredentialsParamsWithTimeout(timeout time.Duration) *AdminSyncPlatformCredentialsParams

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

func (*AdminSyncPlatformCredentialsParams) SetAuthInfoWriter

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

SetAuthInfoWriter adds the authInfoWriter to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) SetContext

SetContext adds the context to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) SetFlightId

func (o *AdminSyncPlatformCredentialsParams) SetFlightId(flightId string)

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

func (*AdminSyncPlatformCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) SetHTTPClientTransport

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

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

func (*AdminSyncPlatformCredentialsParams) SetNamespace

func (o *AdminSyncPlatformCredentialsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) SetPlatformID

func (o *AdminSyncPlatformCredentialsParams) SetPlatformID(platformID string)

SetPlatformID adds the platformId to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) WithContext

WithContext adds the context to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) WithNamespace

WithNamespace adds the namespace to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) WithPlatformID

WithPlatformID adds the platformID to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) WithTimeout

WithTimeout adds the timeout to the admin sync platform credentials params

func (*AdminSyncPlatformCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type AdminSyncPlatformCredentialsReader

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

AdminSyncPlatformCredentialsReader is a Reader for the AdminSyncPlatformCredentials structure.

func (*AdminSyncPlatformCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type AdminSyncPlatformCredentialsUnauthorized

type AdminSyncPlatformCredentialsUnauthorized struct {
	Payload *sessionclientmodels.ResponseError
}

AdminSyncPlatformCredentialsUnauthorized handles this case with default header values.

Unauthorized

func NewAdminSyncPlatformCredentialsUnauthorized

func NewAdminSyncPlatformCredentialsUnauthorized() *AdminSyncPlatformCredentialsUnauthorized

NewAdminSyncPlatformCredentialsUnauthorized creates a AdminSyncPlatformCredentialsUnauthorized with default headers values

func (*AdminSyncPlatformCredentialsUnauthorized) Error

func (*AdminSyncPlatformCredentialsUnauthorized) GetPayload

func (*AdminSyncPlatformCredentialsUnauthorized) 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) AdminDeletePlatformCredentialsByPlatformIDShort

AdminDeletePlatformCredentialsByPlatformIDShort delete platform credentials by platformid Delete platform credentials for specific platform used for Native Session sync. Supported platforms: XBOX, PSN

func (*Client) AdminDeletePlatformCredentialsShort

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

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

func (*Client) AdminGetPlatformCredentialsShort

func (a *Client) AdminGetPlatformCredentialsShort(params *AdminGetPlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlatformCredentialsResponse, 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)

XBOX: - namespace: namespace of the configuration - businessPartnerCertFileName: name of pfx xbox configuration file - businessPartnerCertFileBytes: the pfx configuration file - updatedAt: date time when the record is updated - createdAt: date time when the record is created - createdBy: the actor who trigger the xbox configuration sync

func (*Client) AdminSyncPlatformCredentialsShort

func (a *Client) AdminSyncPlatformCredentialsShort(params *AdminSyncPlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSyncPlatformCredentialsResponse, error)

AdminSyncPlatformCredentialsShort sync platform credentials. Sync Platform Credentials.

Supported Platforms: 1. XBOX With this method, we will be performing sync to Platform Service to retrieve the existing PFX certificate which uploaded through IAP. If the API returns Not Found, alternatively what you can do is either: a. upload PFX file to IAP. You can access it from Admin Portal {BASE_URL}/admin/namespaces/{NAMESPACE}/in-app-purchase/xbox, or directly through API /platform/admin/namespaces/{NAMESPACE}/iap/config/xbl/cert. b. upload PFX file through Session API /session/v1/admin/namespaces/{namespace}/certificates/pfx/platforms/xbl We recommend approach #a, since you need to only upload the file once, and the service will do the sync. If you set the PFX through Session service, when this API is invoked, we will sync and replace the existing PFX file with the one from Platform (IAP).

func (*Client) AdminUpdatePlatformCredentialsShort

func (a *Client) AdminUpdatePlatformCredentialsShort(params *AdminUpdatePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePlatformCredentialsResponse, 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 {
	AdminGetPlatformCredentialsShort(params *AdminGetPlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetPlatformCredentialsResponse, error)
	AdminUpdatePlatformCredentialsShort(params *AdminUpdatePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminUpdatePlatformCredentialsResponse, error)
	AdminDeletePlatformCredentialsShort(params *AdminDeletePlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlatformCredentialsResponse, error)
	AdminDeletePlatformCredentialsByPlatformIDShort(params *AdminDeletePlatformCredentialsByPlatformIDParams, authInfo runtime.ClientAuthInfoWriter) (*AdminDeletePlatformCredentialsByPlatformIDResponse, error)
	AdminSyncPlatformCredentialsShort(params *AdminSyncPlatformCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*AdminSyncPlatformCredentialsResponse, 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