Class EntityAliasState
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 EntityAliasState : ResourceArgs
Constructors
View SourceEntityAliasState()
Declaration
public EntityAliasState()
Properties
View SourceCanonicalId
Entity ID to which this alias belongs to.
Declaration
public Input<string> CanonicalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MountAccessor
Accessor of the mount to which the alias should belong to.
Declaration
public Input<string> MountAccessor { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the alias. Name should be the identifier of the client in the authentication source. For example, if the alias belongs to userpass backend, the name should be a valid username within userpass backend. If alias belongs to GitHub, it should be the GitHub username.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |