Skip to content

Commit

Permalink
clarify description to include '-' wildcard substitution
Browse files Browse the repository at this point in the history
  • Loading branch information
stangles committed Feb 1, 2022
1 parent 62e0527 commit f34e0f1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ The following arguments are supported:

* `service_account_id` - (Required) The Service account id of the Key. This can be a string in the format
`{ACCOUNT}` or `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`, where `{ACCOUNT}` is the **full** email address of the
service account. If the `{ACCOUNT}` syntax is used, the project will be inferred from the account.
service account. If the `{ACCOUNT}` syntax is used, the project will be inferred from the account. Likewise,
if the `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}` syntax is used, substituting `-` as a wildcard for the
`{PROJECT_ID}` will infer the project from the account.

* `key_algorithm` - (Optional) The algorithm used to generate the key. KEY_ALG_RSA_2048 is the default algorithm.
Valid values are listed at
Expand Down

0 comments on commit f34e0f1

Please sign in to comment.