File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -791,6 +791,9 @@ type RuleSpecs struct {
791791// PermissionSetNames: names of permission sets bound to the rule.
792792PermissionSetNames * []string `json:"permission_set_names"`
793793
794+ // Condition: condition expression to evaluate.
795+ Condition string `json:"condition"`
796+
794797// ProjectIDs: list of Project IDs the rule is scoped to.
795798// Precisely one of ProjectIDs, OrganizationID must be set.
796799ProjectIDs * []string `json:"project_ids,omitempty"`
@@ -1063,6 +1066,9 @@ type Rule struct {
10631066// Default value: unknown_scope_type
10641067PermissionSetsScopeType PermissionSetScopeType `json:"permission_sets_scope_type"`
10651068
1069+ // Condition: condition expression to evaluate.
1070+ Condition string `json:"condition"`
1071+
10661072// ProjectIDs: list of Project IDs the rule is scoped to.
10671073// Precisely one of ProjectIDs, OrganizationID, AccountRootUserID must be set.
10681074ProjectIDs * []string `json:"project_ids,omitempty"`
You can’t perform that action at this time.
0 commit comments