Class SecretReplication
Inheritance
System.Object
SecretReplication
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.SecretManager.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecretReplication
Fields
View SourceAutomatic
The Secret will automatically be replicated without any restrictions.
Declaration
public readonly bool? Automatic
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
UserManaged
The Secret will automatically be replicated without any restrictions. Structure is documented below.
Declaration
public readonly SecretReplicationUserManaged UserManaged
Field Value
| Type | Description |
|---|---|
| SecretReplicationUserManaged |