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 SourceAliases
A list of entity alias. Structure is documented below.
Declaration
public readonly ImmutableArray<GetEntityAliasResult> Aliases
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetEntityAliasResult> |
AliasId
Declaration
public readonly string AliasId
Field Value
| Type | Description |
|---|---|
| System.String |
AliasMountAccessor
Declaration
public readonly string AliasMountAccessor
Field Value
| Type | Description |
|---|---|
| System.String |
AliasName
Declaration
public readonly string AliasName
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
Creation time of the Alias
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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> |
Disabled
Whether the entity is disabled
Declaration
public readonly bool Disabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
EntityId
Declaration
public readonly string EntityId
Field Value
| Type | Description |
|---|---|
| System.String |
EntityName
Declaration
public readonly string EntityName
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
LastUpdateTime
Last update time of the alias
Declaration
public readonly string LastUpdateTime
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
Metadata
Arbitrary metadata
Declaration
public readonly ImmutableDictionary<string, object> Metadata
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
NamespaceId
Namespace of which the entity is part of
Declaration
public readonly string NamespaceId
Field Value
| Type | Description |
|---|---|
| System.String |
Policies
List of policies attached to the entity
Declaration
public readonly ImmutableArray<string> Policies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |