AuthzPolicyHttpRuleFromNotSourceResourceTagValueIdSetArgs

data class AuthzPolicyHttpRuleFromNotSourceResourceTagValueIdSetArgs(val ids: Output<List<String>>? = null) : ConvertibleToJava<AuthzPolicyHttpRuleFromNotSourceResourceTagValueIdSetArgs>

Constructors

constructor(ids: Output<List<String>>? = null)

Properties

Link copied to clipboard
val ids: Output<List<String>>? = null

A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 matches.

Functions

Link copied to clipboard
open override fun toJava(): AuthzPolicyHttpRuleFromNotSourceResourceTagValueIdSetArgs