Skip to main content

Interface: ICreateApiKeyResponse

cloudservice.v1.ICreateApiKeyResponse

Properties of a CreateApiKeyResponse.

Hierarchy

Properties

asyncOperation

Optional asyncOperation: null | $Properties

The async operation.

Inherited from

$Properties.asyncOperation


keyId

Optional keyId: null | string

The id of the api key created.

Inherited from

$Properties.keyId


token

Optional token: null | string

The token of the api key created. This is a secret and should be stored securely. It will not be retrievable after this response.

Inherited from

$Properties.token