Class GetSecretVersionResult
Inheritance
System.Object
GetSecretVersionResult
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.Monitoring
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetSecretVersionResult
Fields
View SourceCreateTime
The time at which the Secret was created.
Declaration
public readonly string CreateTime
Field Value
| Type | Description |
|---|---|
| System.String |
DestroyTime
The time at which the Secret was destroyed. Only present if state is DESTROYED.
Declaration
public readonly string DestroyTime
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
True if the current state of the SecretVersion is enabled.
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The resource name of the SecretVersion. Format:
projects/{{project}}/secrets/{{secret_id}}/versions/{{version}}
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Project
Declaration
public readonly string Project
Field Value
| Type | Description |
|---|---|
| System.String |
Secret
Declaration
public readonly string Secret
Field Value
| Type | Description |
|---|---|
| System.String |
SecretData
The secret data. No larger than 64KiB.
Declaration
public readonly string SecretData
Field Value
| Type | Description |
|---|---|
| System.String |
Version
Declaration
public readonly string Version
Field Value
| Type | Description |
|---|---|
| System.String |