identities

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

Parameters

value

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


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


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

Parameters

values

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