identities

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

Parameters

value

A list of identities that are allowed access through this IngressPolicy. Should be in the format of an email address. The email address should represent an individual user, service account, or Google group.


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


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

Parameters

values

A list of identities that are allowed access through this IngressPolicy. Should be in the format of an email address. The email address should represent an individual user, service account, or Google group.