SecretReplication

data class SecretReplication(val automatic: Boolean? = null, val userManaged: SecretReplicationUserManaged? = null)

Constructors

Link copied to clipboard
fun SecretReplication(automatic: Boolean? = null, userManaged: SecretReplicationUserManaged? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val automatic: Boolean? = null

The Secret will automatically be replicated without any restrictions.

Link copied to clipboard

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