principals

@JvmName(name = "wbirallpisgijrab")
suspend fun principals(value: Output<List<AuthzPolicyHttpRuleFromSourcePrincipalArgs>>)
@JvmName(name = "omxyxtpmwxxiscon")
suspend fun principals(value: List<AuthzPolicyHttpRuleFromSourcePrincipalArgs>?)

Parameters

value

A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. Structure is documented below.


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


@JvmName(name = "alrqommwuqmbscyi")
suspend fun principals(values: List<Output<AuthzPolicyHttpRuleFromSourcePrincipalArgs>>)
@JvmName(name = "bcaxaaqxvggfeknl")
suspend fun principals(vararg values: AuthzPolicyHttpRuleFromSourcePrincipalArgs)

Parameters

values

A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. Structure is documented below.


@JvmName(name = "obfmojugdihxcedp")
suspend fun principals(argument: List<suspend AuthzPolicyHttpRuleFromSourcePrincipalArgsBuilder.() -> Unit>)
@JvmName(name = "trgsqkkaxvdlgjuj")
suspend fun principals(vararg argument: suspend AuthzPolicyHttpRuleFromSourcePrincipalArgsBuilder.() -> Unit)
@JvmName(name = "eralgwevimyygogq")
suspend fun principals(argument: suspend AuthzPolicyHttpRuleFromSourcePrincipalArgsBuilder.() -> Unit)

Parameters

argument

A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. Structure is documented below.