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