ReplicaResponse

data class ReplicaResponse(val customerManagedEncryption: CustomerManagedEncryptionResponse, val location: String)

Represents a Replica for this Secret.

Constructors

Link copied to clipboard
constructor(customerManagedEncryption: CustomerManagedEncryptionResponse, location: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. The customer-managed encryption configuration of the User-Managed Replica. If no configuration is provided, Google-managed default encryption is used. Updates to the Secret encryption configuration only apply to SecretVersions added afterwards. They do not apply retroactively to existing SecretVersions.

Link copied to clipboard

The canonical IDs of the location to replicate data. For example: "us-east1".