Class EntityAlias
Inherited Members
Namespace: Pulumi.Vault.Identity
Assembly: Pulumi.Vault.dll
Syntax
public class EntityAlias : CustomResource
Constructors
View SourceEntityAlias(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 SourceCanonicalId
Entity ID to which this alias belongs to.
Declaration
public Output<string> CanonicalId { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
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> |
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 SourceGet(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 |