identities

@JvmName(name = "tfypbuvpbhjvovqm")
suspend fun identities(value: Output<List<String>>)
@JvmName(name = "shikmfuslegroggx")
suspend fun identities(value: List<String>?)

Parameters

value

Array of service accounts to grant access to control plane resources, each specified using the following format: serviceAccount:service-account-name. The service-account-name is formatted like an email address. For example: my-synchronizer-manager-serviceAccount@my_project_id.iam.gserviceaccount.com You might specify multiple service accounts, for example, if you have multiple environments and wish to assign a unique service account to each one. The service accounts must have Apigee Synchronizer Manager role. See also Create service accounts.


@JvmName(name = "lsdlityhweoengdk")
suspend fun identities(vararg values: Output<String>)


@JvmName(name = "vnltnggvvxgaqfgt")
suspend fun identities(values: List<Output<String>>)
@JvmName(name = "nxcnoisxexlakjso")
suspend fun identities(vararg values: String)

Parameters

values

Array of service accounts to grant access to control plane resources, each specified using the following format: serviceAccount:service-account-name. The service-account-name is formatted like an email address. For example: my-synchronizer-manager-serviceAccount@my_project_id.iam.gserviceaccount.com You might specify multiple service accounts, for example, if you have multiple environments and wish to assign a unique service account to each one. The service accounts must have Apigee Synchronizer Manager role. See also Create service accounts.