Show / Hide Table of Contents

Class GetEntityResult

Inheritance
System.Object
GetEntityResult
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
Assembly: Pulumi.Vault.dll
Syntax
public sealed class GetEntityResult

Fields

View Source

Aliases

A list of entity alias. Structure is documented below.

Declaration
public readonly ImmutableArray<GetEntityAliasResult> Aliases
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetEntityAliasResult>
View Source

AliasId

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

AliasMountAccessor

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

AliasName

Declaration
public readonly string AliasName
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

DataJson

A string containing the full data payload retrieved from Vault, serialized in JSON format.

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

DirectGroupIds

List of Group IDs of which the entity is directly a member of

Declaration
public readonly ImmutableArray<string> DirectGroupIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Disabled

Whether the entity is disabled

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

EntityId

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

EntityName

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

GroupIds

List of all Group IDs of which the entity is a member of

Declaration
public readonly ImmutableArray<string> GroupIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
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

InheritedGroupIds

List of all Group IDs of which the entity is a member of transitively

Declaration
public readonly ImmutableArray<string> InheritedGroupIds
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

LastUpdateTime

Last update time of the alias

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

MergedEntityIds

Other entity IDs which is merged with this entity

Declaration
public readonly ImmutableArray<string> MergedEntityIds
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

NamespaceId

Namespace of which the entity is part of

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

Policies

List of policies attached to the entity

Declaration
public readonly ImmutableArray<string> Policies
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.