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
Copy file name to clipboardExpand all lines: clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule.java
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,15 @@ public final class GoogleCloudPolicytroubleshooterIamV3betaExplainedPABRule exte
Copy file name to clipboardExpand all lines: clients/google-api-services-policytroubleshooter/v3beta/2.0.0/com/google/api/services/policytroubleshooter/v3beta/model/GoogleIamV3PrincipalAccessBoundaryPolicyRule.java
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,20 @@ public final class GoogleIamV3PrincipalAccessBoundaryPolicyRule extends com.goog
45
45
@com.google.api.client.util.Key
46
46
privatejava.lang.Stringeffect;
47
47
48
+
/**
49
+
* Optional. A list of Resource Manager resources. If an excluded resource is listed in the rule,
50
+
* then the rule does not apply for that resource and its descendants. This takes precedence over
51
+
* the `resources` field. The number of excluded resources in this field is limited to 500 across
52
+
* all rules in the policy. The following resource types are supported: * Organizations, such as
53
+
* `//cloudresourcemanager.googleapis.com/organizations/123`. * Folders, such as
54
+
* `//cloudresourcemanager.googleapis.com/folders/123`. * Projects, such as
55
+
* `//cloudresourcemanager.googleapis.com/projects/123` or
0 commit comments