identities

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

Parameters

value

A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.


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


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

Parameters

values

A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.