Class AuthBackendState
Inherited Members
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 AuthBackendState : ResourceArgs
Constructors
View SourceAuthBackendState()
Declaration
public AuthBackendState()
Properties
View SourceClientEmail
The clients email associated with the credentials
Declaration
public Input<string> ClientEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientId
The Client ID of the credentials
Declaration
public Input<string> ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Description
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateKeyId
The ID of the private key from the credentials
Declaration
public Input<string> PrivateKeyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ProjectId
The GCP Project ID
Declaration
public Input<string> ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |