You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`user_matching_rules` (Attributes Set) List of rules to add members via SSO claims. Please refer to the [documentation](https://docs.venafi.cloud/vcs-platform/r-team-membership-rule-guidelines/) for detailed rule configuration. (see [below for nested schema](#nestedatt--user_matching_rules))
47
+
37
48
### Read-Only
38
49
39
50
-`id` (String) The ID of this resource.
51
+
52
+
<aid="nestedatt--user_matching_rules"></a>
53
+
### Nested Schema for `user_matching_rules`
54
+
55
+
Required:
56
+
57
+
-`claim_name` (String) The SSO property that this rule acts on
58
+
-`operator` (String) The operator of this rule, valid options:
MarkdownDescription: "List of rules to add members via SSO claims. Please refer to the [documentation](https://docs.venafi.cloud/vcs-platform/r-team-membership-rule-guidelines/) for detailed rule configuration.",
71
+
NestedObject: schema.NestedAttributeObject{
72
+
Attributes: map[string]schema.Attribute{
73
+
"claim_name": schema.StringAttribute{
74
+
Required: true,
75
+
MarkdownDescription: "The SSO property that this rule acts on",
76
+
},
77
+
"operator": schema.StringAttribute{
78
+
Required: true,
79
+
MarkdownDescription: `The operator of this rule, valid options:
0 commit comments