Interface: ICreateApiKeyResponse
cloudservice.v1.ICreateApiKeyResponse
Properties of a CreateApiKeyResponse.
Hierarchy
-
↳
ICreateApiKeyResponse
Properties
asyncOperation
• Optional asyncOperation: null | $Properties
The async operation.
Inherited from
keyId
• Optional keyId: null | string
The id of the api key created.
Inherited from
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.