identities

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

Parameters

value

Identities can be an individual user, service account, Google group, or third-party identity. For third-party identity, only single identities are supported and other identity types are not supported.The v1 identities that have the prefix user, group and serviceAccount in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.


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


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

Parameters

values

Identities can be an individual user, service account, Google group, or third-party identity. For third-party identity, only single identities are supported and other identity types are not supported.The v1 identities that have the prefix user, group and serviceAccount in https://cloud.google.com/iam/docs/principal-identifiers#v1 are supported.