Show / Hide Table of Contents

Class GetAccountKeyArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetAccountKeyArgs
Inherited Members
InvokeArgs.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.Gcp.ServiceAccount
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetAccountKeyArgs : InvokeArgs

Constructors

View Source

GetAccountKeyArgs()

Declaration
public GetAccountKeyArgs()

Properties

View Source

Name

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
View Source

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
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.