GetSecretVersionResult

data class GetSecretVersionResult(val createTime: String, val destroyTime: String, val enabled: Boolean, val id: String, val name: String, val project: String, val secret: String, val secretData: String, val version: String)

A collection of values returned by getSecretVersion.

Constructors

Link copied to clipboard
constructor(createTime: String, destroyTime: String, enabled: Boolean, id: String, name: String, project: String, secret: String, secretData: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the Secret was created.

Link copied to clipboard

The time at which the Secret was destroyed. Only present if state is DESTROYED.

Link copied to clipboard

True if the current state of the SecretVersion is enabled.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The resource name of the SecretVersion. Format: projects/{{project}}/secrets/{{secret_id}}/versions/{{version}}

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The secret data. No larger than 64KiB.

Link copied to clipboard