Class GetAclTokenSecretIdResult
Inheritance
System.Object
GetAclTokenSecretIdResult
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.Consul
Assembly: Pulumi.Consul.dll
Syntax
public sealed class GetAclTokenSecretIdResult
Fields
View SourceAccessorId
Declaration
public readonly string AccessorId
Field Value
| Type | Description |
|---|---|
| System.String |
EncryptedSecretId
Declaration
public readonly string EncryptedSecretId
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
PgpKey
Declaration
public readonly string PgpKey
Field Value
| Type | Description |
|---|---|
| System.String |
SecretId
The secret ID of the ACL token if pgp_key has not been set.
Declaration
public readonly string SecretId
Field Value
| Type | Description |
|---|---|
| System.String |