identities

@JvmName(name = "xaajvxmakacoxlee")
suspend fun identities(value: Output<List<String>>)
@JvmName(name = "mdvelouqmooxxyxq")
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 = "hgqeoiovjqkbwvla")
suspend fun identities(vararg values: Output<String>)


@JvmName(name = "okwrdaiulxaxtcgf")
suspend fun identities(values: List<Output<String>>)
@JvmName(name = "lkaacnowxaneubsw")
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.