interface AccessSecretVersionResponse {
    data: string;
    dataCrc32?: number;
    revision: number;
    secretId: string;
}

Properties

data: string

The base64-encoded secret payload of the version.

dataCrc32?: number

This field is only available if a CRC32 was supplied during the creation of the version.

revision: number

The first version of the secret is numbered 1, and all subsequent revisions augment by 1.

secretId: string

ID of the secret.