Get Secrets Secret
data class GetSecretsSecret(val annotations: Map<String, String>, val createTime: String, val effectiveAnnotations: Map<String, String>, val effectiveLabels: Map<String, String>, val expireTime: String, val labels: Map<String, String>, val name: String, val project: String, val pulumiLabels: Map<String, String>, val replications: List<GetSecretsSecretReplication>, val rotations: List<GetSecretsSecretRotation>, val secretId: String, val topics: List<GetSecretsSecretTopic>, val ttl: String, val versionAliases: Map<String, String>, val versionDestroyTtl: String)
Constructors
Link copied to clipboard
constructor(annotations: Map<String, String>, createTime: String, effectiveAnnotations: Map<String, String>, effectiveLabels: Map<String, String>, expireTime: String, labels: Map<String, String>, name: String, project: String, pulumiLabels: Map<String, String>, replications: List<GetSecretsSecretReplication>, rotations: List<GetSecretsSecretRotation>, secretId: String, topics: List<GetSecretsSecretTopic>, ttl: String, versionAliases: Map<String, String>, versionDestroyTtl: String)
Properties
Link copied to clipboard
Custom metadata about the secret.
Link copied to clipboard
The time at which the Secret was created.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Timestamp in UTC when the Secret is scheduled to expire.
Link copied to clipboard
The combination of labels configured directly on the resource and default labels configured on the provider.
Link copied to clipboard
The replication policy of the secret data attached to the Secret. Structure is documented below.
Link copied to clipboard
The rotation time and period for a Secret. Structure is documented below.
Link copied to clipboard
A list of up to 10 Pub/Sub topics to which messages are published when control plane operations are called on the secret or its versions. Structure is documented below.
Link copied to clipboard
Mapping from version alias to version name.
Link copied to clipboard
The version destroy ttl for the secret version.