Show / Hide Table of Contents

Class AuthBackendArgs

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

Constructors

View Source

AuthBackendArgs()

Declaration
public AuthBackendArgs()

Properties

View Source

ClientEmail

The clients email associated with the credentials

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

ClientId

The Client ID of the credentials

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

Credentials

A JSON string containing the contents of a GCP credentials file. If this value is empty, Vault will try to use Application Default Credentials from the machine on which the Vault server is running.

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

Description

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

Path

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

PrivateKeyId

The ID of the private key from the credentials

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

ProjectId

The GCP Project ID

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