Skip to main content

Interface: IUpdateApiKeyRequest

cloudservice.v1.IUpdateApiKeyRequest

Properties of an UpdateApiKeyRequest.

Hierarchy

Properties

asyncOperationId

Optional asyncOperationId: null | string

The id to use for this async operation - optional.

Inherited from

$Properties.asyncOperationId


keyId

Optional keyId: null | string

The id of the api key to update.

Inherited from

$Properties.keyId


resourceVersion

Optional resourceVersion: null | string

The version of the api key for which this update is intended for. The latest version can be found in the GetApiKey operation response.

Inherited from

$Properties.resourceVersion


spec

Optional spec: null | $Properties

The new api key specification.

Inherited from

$Properties.spec