Class GetEntityAliasResult
Inheritance
System.Object
GetEntityAliasResult
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.Vault.Identity.Outputs
Assembly: Pulumi.Vault.dll
Syntax
public sealed class GetEntityAliasResult
Fields
View SourceCanonicalId
Canonical ID of the Alias
Declaration
public readonly string CanonicalId
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
Creation time of the Alias
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Id
ID of the alias
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LastUpdateTime
Last update time of the alias
Declaration
public readonly string LastUpdateTime
Field Value
| Type | Description |
|---|---|
| System.String |
MergedFromCanonicalIds
List of canonical IDs merged with this alias
Declaration
public readonly ImmutableArray<string> MergedFromCanonicalIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Metadata
Arbitrary metadata
Declaration
public readonly ImmutableDictionary<string, object> Metadata
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
MountAccessor
Authentication mount acccessor which this alias belongs to
Declaration
public readonly string MountAccessor
Field Value
| Type | Description |
|---|---|
| System.String |
MountPath
Authentication mount path which this alias belongs to
Declaration
public readonly string MountPath
Field Value
| Type | Description |
|---|---|
| System.String |
MountType
Authentication mount type which this alias belongs to
Declaration
public readonly string MountType
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the alias
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |