public final class GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Policy Troubleshooter API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse |
clone() |
String |
getAccess()
Indicates whether the principal has the specified permission for the specified resource, based
on evaluating all of the applicable IAM policies.
|
List<GoogleCloudPolicytroubleshooterV1ExplainedPolicy> |
getExplainedPolicies()
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.
|
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse |
set(String fieldName,
Object value) |
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse |
setAccess(String access)
Indicates whether the principal has the specified permission for the specified resource, based
on evaluating all of the applicable IAM policies.
|
GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse |
setExplainedPolicies(List<GoogleCloudPolicytroubleshooterV1ExplainedPolicy> explainedPolicies)
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.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse()
public String getAccess()
null for nonepublic GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse setAccess(String access)
access - access or null for nonepublic List<GoogleCloudPolicytroubleshooterV1ExplainedPolicy> getExplainedPolicies()
null for nonepublic GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse setExplainedPolicies(List<GoogleCloudPolicytroubleshooterV1ExplainedPolicy> explainedPolicies)
explainedPolicies - explainedPolicies or null for nonepublic GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse set(String fieldName, Object value)
set in class GenericJsonpublic GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.