Class GetAccountKeyArgs
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.Gcp.ServiceAccount
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetAccountKeyArgs : InvokeArgs
Constructors
View SourceGetAccountKeyArgs()
Declaration
public GetAccountKeyArgs()
Properties
View SourceName
The name of the service account key. This must have format
projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}/keys/{KEYID}, where {ACCOUNT}
is the email address or unique id of the service account.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Project
The ID of the project that the service account will be created in. Defaults to the provider project configuration.
Declaration
public string Project { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PublicKeyType
The output format of the public key requested. X509_PEM is the default output format.
Declaration
public string PublicKeyType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |