principals

@JvmName(name = "pmkehyxxooxugdep")
suspend fun principals(value: Output<List<String>>)
@JvmName(name = "pgxmikgygnbfjvfu")
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 = "khjipxhredtrgwof")
suspend fun principals(vararg values: Output<String>)


@JvmName(name = "bnqcdavmotbnptdt")
suspend fun principals(values: List<Output<String>>)
@JvmName(name = "syesibnlfbgbgcst")
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. */