Uses of Interface
google.cloud.policytroubleshooter.v1.Explanations.ExplainedPolicyOrBuilder
-
Packages that use Explanations.ExplainedPolicyOrBuilder Package Description com.google.cloud.policytroubleshooter.v1 A client to Policy Troubleshooter APIgoogle.cloud.policytroubleshooter.v1 -
-
Uses of Explanations.ExplainedPolicyOrBuilder in com.google.cloud.policytroubleshooter.v1
Methods in com.google.cloud.policytroubleshooter.v1 that return Explanations.ExplainedPolicyOrBuilder Modifier and Type Method Description Explanations.ExplainedPolicyOrBuilder
TroubleshootIamPolicyResponse.Builder. getExplainedPoliciesOrBuilder(int index)
List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.Explanations.ExplainedPolicyOrBuilder
TroubleshootIamPolicyResponse. getExplainedPoliciesOrBuilder(int index)
List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.Explanations.ExplainedPolicyOrBuilder
TroubleshootIamPolicyResponseOrBuilder. getExplainedPoliciesOrBuilder(int index)
List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.Methods in com.google.cloud.policytroubleshooter.v1 that return types with arguments of type Explanations.ExplainedPolicyOrBuilder Modifier and Type Method Description List<? extends Explanations.ExplainedPolicyOrBuilder>
TroubleshootIamPolicyResponse.Builder. getExplainedPoliciesOrBuilderList()
List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.List<? extends Explanations.ExplainedPolicyOrBuilder>
TroubleshootIamPolicyResponse. getExplainedPoliciesOrBuilderList()
List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result.List<? extends Explanations.ExplainedPolicyOrBuilder>
TroubleshootIamPolicyResponseOrBuilder. getExplainedPoliciesOrBuilderList()
List of IAM policies that were evaluated to check the principal's permissions, with annotations to indicate how each policy contributed to the final result. -
Uses of Explanations.ExplainedPolicyOrBuilder in google.cloud.policytroubleshooter.v1
Classes in google.cloud.policytroubleshooter.v1 that implement Explanations.ExplainedPolicyOrBuilder Modifier and Type Class Description static class
Explanations.ExplainedPolicy
Details about how a specific IAM [Policy][google.iam.v1.Policy] contributed to the access check.static class
Explanations.ExplainedPolicy.Builder
Details about how a specific IAM [Policy][google.iam.v1.Policy] contributed to the access check.
-