Secretmanager Secret Version

This table represents the secretmanager_secret_version resource from Google Cloud Platform.

gcp.secretmanager_secret_version

Fields

TitleIDTypeData TypeDescription
_keycorestring
ancestorscorearray<string>
client_specified_payload_checksumcoreboolOutput only. True if payload checksum specified in SecretPayload object has been received by SecretManagerService on SecretManagerService.AddSecretVersion.
create_timecoretimestampOutput only. The time at which the SecretVersion was created.
customer_managed_encryptioncorejsonOutput only. The customer-managed encryption status of the SecretVersion. Only populated if customer-managed encryption is used and Secret is a regionalized secret.
datadog_display_namecorestring
destroy_timecoretimestampOutput only. The time this SecretVersion was destroyed. Only present if state is DESTROYED.
etagcorestringOutput only. Etag of the currently stored SecretVersion.
labelscorearray<string>
namecorestringOutput only. The resource name of the SecretVersion in the format `projects/*/secrets/*/versions/*`. SecretVersion IDs in a Secret start at 1 and are incremented for each subsequent version of the secret.
organization_idcorestring
parentcorestring
project_idcorestring
project_numbercorestring
replication_statuscorejsonThe replication status of the SecretVersion.
resource_namecorestring
scheduled_destroy_timecoretimestampOptional. Output only. Scheduled destroy time for secret version. This is a part of the Delayed secret version destroy feature. For a Secret with a valid version destroy TTL, when a secert version is destroyed, version is moved to disabled state and it is scheduled for destruction Version is destroyed only after the scheduled_destroy_time.
statecorestringOutput only. The current state of the SecretVersion. Possible values: ['STATE_UNSPECIFIED', 'ENABLED', 'DISABLED', 'DESTROYED']. Values descriptions: ['Not specified. This value is unused and invalid.', 'The SecretVersion may be accessed.', 'The SecretVersion may not be accessed, but the secret data is still available and can be placed back into the ENABLED state.', 'The SecretVersion is destroyed and the secret data is no longer stored. A version may not leave this state once entered.']
tagscorehstore