Show / Hide Table of Contents

Class AuthBackendLoginArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AuthBackendLoginArgs
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.AppRole
Assembly: Pulumi.Vault.dll
Syntax
public sealed class AuthBackendLoginArgs : ResourceArgs

Constructors

View Source

AuthBackendLoginArgs()

Declaration
public AuthBackendLoginArgs()

Properties

View Source

Backend

The unique path of the Vault backend to log in with.

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

RoleId

The ID of the role to log in with.

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

SecretId

The secret ID of the role to log in with. Required unless bind_secret_id is set to false on the role.

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