Class SecretReplicationArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecretReplicationArgs : ResourceArgs
Constructors
View SourceSecretReplicationArgs()
Declaration
public SecretReplicationArgs()
Properties
View SourceAutomatic
The Secret will automatically be replicated without any restrictions.
Declaration
public Input<bool> Automatic { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
UserManaged
The Secret will automatically be replicated without any restrictions. Structure is documented below.
Declaration
public Input<SecretReplicationUserManagedArgs> UserManaged { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SecretReplicationUserManagedArgs> |