Class GetAccountKeyArgs


  • public final class GetAccountKeyArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        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.
      • project

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
        Returns:
        The ID of the project that the service account will be created in. Defaults to the provider project configuration.
      • publicKeyType

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> publicKeyType()
        Returns:
        The output format of the public key requested. TYPE_X509_PEM_FILE is the default output format.