serviceAccountId

@JvmName(name = "ynmspvoxufqmkfom")
suspend fun serviceAccountId(value: Output<String>)
@JvmName(name = "nthpxiyqsufurmff")
suspend fun serviceAccountId(value: String?)

Parameters

value

The Service account id of the Key. This can be a string in the format {ACCOUNT} or projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. If the {ACCOUNT}-only syntax is used, either the full email address of the service account or its name can be specified as a value, in which case the project will automatically be inferred from the account. Otherwise, if the projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT} syntax is used, the {ACCOUNT} specified can be the full email address of the service account or the service account's unique id. Substituting - as a wildcard for the {PROJECT_ID} will infer the project from the account.