SecretReplication

data class SecretReplication(val auto: SecretReplicationAuto? = null, val userManaged: SecretReplicationUserManaged? = null)

Constructors

Link copied to clipboard
constructor(auto: SecretReplicationAuto? = null, userManaged: SecretReplicationUserManaged? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Secret will automatically be replicated without any restrictions. Structure is documented below.

Link copied to clipboard

The Secret will be replicated to the regions specified by the user. Structure is documented below.