Show / Hide Table of Contents

Class EntityAliasArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EntityAliasArgs
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 EntityAliasArgs : ResourceArgs

Constructors

View Source

EntityAliasArgs()

Declaration
public EntityAliasArgs()

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.