principals

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

/*

Parameters

value

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 = "telgwlydvbpibaca")
suspend fun principals(vararg values: Output<String>)


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

/*

Parameters

values

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. */