Show / Hide Table of Contents

Class EntityAlias

Inheritance
System.Object
Resource
CustomResource
EntityAlias
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 class EntityAlias : CustomResource

Constructors

View Source

EntityAlias(String, EntityAliasArgs, CustomResourceOptions)

Create a EntityAlias resource with the given unique name, arguments, and options.

Declaration
public EntityAlias(string name, EntityAliasArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

EntityAliasArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

CanonicalId

Entity ID to which this alias belongs to.

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

MountAccessor

Accessor of the mount to which the alias should belong to.

Declaration
public Output<string> MountAccessor { get; }
Property Value
Type Description
Output<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 Output<string> Name { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, EntityAliasState, CustomResourceOptions)

Get an existing EntityAlias resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static EntityAlias Get(string name, Input<string> id, EntityAliasState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

EntityAliasState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
EntityAlias
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.