Show / Hide Table of Contents

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 Source

AliasCanonicalId

Canonical ID of the Alias

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

AliasCreationTime

Creation time of the Alias

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

AliasId

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

AliasLastUpdateTime

Last update time of the alias

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

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

AliasMetadata

Arbitrary metadata

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

AliasMountAccessor

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

AliasMountPath

Authentication mount path which this alias belongs to

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

AliasMountType

Authentication mount type which this alias belongs to

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

AliasName

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

CreationTime

Creation timestamp of the group

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

GroupId

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

GroupName

Declaration
public readonly string GroupName
Field Value
Type Description
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

LastUpdateTime

Last updated time of the group

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

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

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

ModifyIndex

Modify index of the group

Declaration
public readonly int ModifyIndex
Field Value
Type Description
System.Int32
View Source

NamespaceId

Namespace of which the group is part of

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

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

Policies

List of policies attached to the group

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

Type

Type of group

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