Show / Hide Table of Contents

Class GroupAliasArgs

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

Constructors

View Source

GroupAliasArgs()

Declaration
public GroupAliasArgs()

Properties

View Source

CanonicalId

ID of the group to which this is an alias.

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

MountAccessor

Mount accessor of the authentication backend to which this alias belongs to.

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

Name

Name of the group alias to create.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.