Class GetGroupResult
Inheritance
System.Object
GetGroupResult
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 GetGroupResult
Fields
View SourceAliasCanonicalId
Canonical ID of the Alias
Declaration
public readonly string AliasCanonicalId
Field Value
| Type | Description |
|---|---|
| System.String |
AliasCreationTime
Creation time of the Alias
Declaration
public readonly string AliasCreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
AliasId
Declaration
public readonly string AliasId
Field Value
| Type | Description |
|---|---|
| System.String |
AliasLastUpdateTime
Last update time of the alias
Declaration
public readonly string AliasLastUpdateTime
Field Value
| Type | Description |
|---|---|
| System.String |
AliasMergedFromCanonicalIds
List of canonical IDs merged with this alias
Declaration
public readonly ImmutableArray<string> AliasMergedFromCanonicalIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
AliasMetadata
Arbitrary metadata
Declaration
public readonly ImmutableDictionary<string, object> AliasMetadata
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
AliasMountAccessor
Declaration
public readonly string AliasMountAccessor
Field Value
| Type | Description |
|---|---|
| System.String |
AliasMountPath
Authentication mount path which this alias belongs to
Declaration
public readonly string AliasMountPath
Field Value
| Type | Description |
|---|---|
| System.String |
AliasMountType
Authentication mount type which this alias belongs to
Declaration
public readonly string AliasMountType
Field Value
| Type | Description |
|---|---|
| System.String |
AliasName
Declaration
public readonly string AliasName
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
Creation timestamp of the group
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 |
GroupId
Declaration
public readonly string GroupId
Field Value
| Type | Description |
|---|---|
| System.String |
GroupName
Declaration
public readonly string GroupName
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 |
LastUpdateTime
Last updated time of the group
Declaration
public readonly string LastUpdateTime
Field Value
| Type | Description |
|---|---|
| System.String |
MemberEntityIds
List of Entity IDs which are members of this group
Declaration
public readonly ImmutableArray<string> MemberEntityIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
MemberGroupIds
List of Group IDs which are members of this group
Declaration
public readonly ImmutableArray<string> MemberGroupIds
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> |
ModifyIndex
Modify index of the group
Declaration
public readonly int ModifyIndex
Field Value
| Type | Description |
|---|---|
| System.Int32 |
NamespaceId
Namespace of which the group is part of
Declaration
public readonly string NamespaceId
Field Value
| Type | Description |
|---|---|
| System.String |
ParentGroupIds
List of Group IDs which are parents of this group.
Declaration
public readonly ImmutableArray<string> ParentGroupIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Policies
List of policies attached to the group
Declaration
public readonly ImmutableArray<string> Policies
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Type
Type of group
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |