Show / Hide Table of Contents

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 Source

CanonicalId

Canonical ID of the Alias

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

CreationTime

Creation time of the Alias

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

Id

ID of the alias

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

LastUpdateTime

Last update time of the alias

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

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

Metadata

Arbitrary metadata

Declaration
public readonly ImmutableDictionary<string, object> Metadata
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

MountAccessor

Authentication mount acccessor which this alias belongs to

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

MountPath

Authentication mount path which this alias belongs to

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

MountType

Authentication mount type which this alias belongs to

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

Name

Name of the alias

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