Class SecretVersionState
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
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecretVersionState : ResourceArgs
Constructors
View SourceSecretVersionState()
Declaration
public SecretVersionState()
Properties
View SourceCreateTime
The time at which the Secret was created.
Declaration
public Input<string> CreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DestroyTime
The time at which the Secret was destroyed. Only present if state is DESTROYED.
Declaration
public Input<string> DestroyTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Enabled
The current state of the SecretVersion.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
The resource name of the SecretVersion. Format: 'projects/{{project}}/secrets/{{secret_id}}/versions/{{version}}'
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Secret
Secret Manager secret resource
Declaration
public Input<string> Secret { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecretData
The secret data. Must be no larger than 64KiB. Note: This property is sensitive and will not be displayed in the plan.
Declaration
public Input<string> SecretData { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |