Class GroupAliasState
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 GroupAliasState : ResourceArgs
Constructors
View SourceGroupAliasState()
Declaration
public GroupAliasState()
Properties
View SourceCanonicalId
ID of the group to which this is an alias.
Declaration
public Input<string> CanonicalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MountAccessor
Mount accessor of the authentication backend to which this alias belongs to.
Declaration
public Input<string> MountAccessor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the group alias to create.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |