GetSecretResult

data class GetSecretResult(val createTime: String, val labels: Map<String, String>, val name: String, val replication: ReplicationResponse)

Constructors

Link copied to clipboard
fun GetSecretResult(createTime: String, labels: Map<String, String>, name: String, replication: ReplicationResponse)

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 labels assigned to this Secret. Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: \p{Ll}\p{Lo}{0,62} Label values must be between 0 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be assigned to a given resource.

Link copied to clipboard

The resource name of the Secret in the format projects/*/secrets/*.

Link copied to clipboard

Immutable. The replication policy of the secret data attached to the Secret. The replication policy cannot be changed after the Secret has been created. //