Show / Hide Table of Contents

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.SecretManager
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetSecretVersionResult

Fields

View Source

CreateTime

The time at which the Secret was created.

Declaration
public readonly string CreateTime
Field Value
Type Description
System.String
View Source

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
View Source

Enabled

True if the current state of the SecretVersion is enabled.

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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
View Source

Project

Declaration
public readonly string Project
Field Value
Type Description
System.String
View Source

Secret

Declaration
public readonly string Secret
Field Value
Type Description
System.String
View Source

SecretData

The secret data. No larger than 64KiB.

Declaration
public readonly string SecretData
Field Value
Type Description
System.String
View Source

Version

Declaration
public readonly string Version
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.