Class SecretReplicationUserManagedGetArgs
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 SecretReplicationUserManagedGetArgs : ResourceArgs
Constructors
View SourceSecretReplicationUserManagedGetArgs()
Declaration
public SecretReplicationUserManagedGetArgs()
Properties
View SourceReplicas
The list of Replicas for this Secret. Cannot be empty. Structure is documented below.
Declaration
public InputList<SecretReplicationUserManagedReplicaGetArgs> Replicas { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SecretReplicationUserManagedReplicaGetArgs> |