Show / Hide Table of Contents

Class EntityAliasState

Inheritance
System.Object
InputArgs
ResourceArgs
EntityAliasState
Inherited Members
ResourceArgs.Empty
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 Source

EntityAliasState()

Declaration
public EntityAliasState()

Properties

View Source

CanonicalId

Entity ID to which this alias belongs to.

Declaration
public Input<string> CanonicalId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.