principals

@JvmName(name = "mkbfxieemqbgdrpr")
suspend fun principals(value: Output<List<String>>)
@JvmName(name = "ysktkcyyljfxeodo")
suspend fun principals(value: List<String>?)

/*

Parameters

value

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/") or a suffix match (example, "/service-account") or a presence match "*". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure. */


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


@JvmName(name = "cwlisaqsnlrnhftk")
suspend fun principals(values: List<Output<String>>)
@JvmName(name = "uobrfeqfxbluavap")
suspend fun principals(vararg values: String)

/*

Parameters

values

Optional. List of peer identities to match for authorization. At least one principal should match. Each peer can be an exact match, or a prefix match (example, "namespace/") or a suffix match (example, "/service-account") or a presence match "*". Authorization based on the principal name without certificate validation (configured by ServerTlsPolicy resource) is considered insecure. */