google_api_policy_troubleshooter v0.6.1 GoogleApi.PolicyTroubleshooter.V1.Model.GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse View Source
Response for TroubleshootIamPolicy.
Attributes
access
(type:String.t
, default:nil
) - Indicates whether the member has the specified permission for the specified resource, based on evaluating all of the applicable IAM policies.explainedPolicies
(type:list(GoogleApi.PolicyTroubleshooter.V1.Model.GoogleCloudPolicytroubleshooterV1ExplainedPolicy.t)
, default:nil
) - List of IAM policies that were evaluated to check the member's permissions, with annotations to indicate how each policy contributed to the final result.The list of policies can include the policy for the resource itself. It can also include policies that are inherited from higher levels of the resource hierarchy, including the organization, the folder, and the project.
To learn more about the resource hierarchy, see https://cloud.google.com/iam/help/resource-hierarchy.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PolicyTroubleshooter.V1.Model.GoogleCloudPolicytroubleshooterV1TroubleshootIamPolicyResponse{ access: String.t(), explainedPolicies: [ GoogleApi.PolicyTroubleshooter.V1.Model.GoogleCloudPolicytroubleshooterV1ExplainedPolicy.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.