View Source GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ExplainedPolicy (google_api_policy_simulator v0.5.0)
Details about how a specific IAM Policy contributed to the access check.
Attributes
-
access
(type:String.t
, default:nil
) - Indicates whether this policy provides the specified permission to the specified principal for the specified resource. This field does not indicate whether the principal actually has the permission for the resource. There might be another policy that overrides this policy. To determine whether the principal actually has the permission, use theaccess
field in the TroubleshootIamPolicyResponse. -
bindingExplanations
(type:list(GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1BindingExplanation.t)
, default:nil
) - Details about how each binding in the policy affects the principal's ability, or inability, to use the permission for the resource. If the user who created the Replay does not have access to the policy, this field is omitted. -
fullResourceName
(type:String.t
, default:nil
) - The full resource name that identifies the resource. For example,//compute.googleapis.com/projects/my-project/zones/us-central1-a/instances/my-instance
. If the user who created the Replay does not have access to the policy, this field is omitted. For examples of full resource names for Google Cloud services, see https://cloud.google.com/iam/help/troubleshooter/full-resource-names. -
policy
(type:GoogleApi.PolicySimulator.V1.Model.GoogleIamV1Policy.t
, default:nil
) - The IAM policy attached to the resource. If the user who created the Replay does not have access to the policy, this field is empty. -
relevance
(type:String.t
, default:nil
) - The relevance of this policy to the overall determination in the TroubleshootIamPolicyResponse. If the user who created the Replay does not have access to the policy, this field is omitted.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1ExplainedPolicy{ access: String.t() | nil, bindingExplanations: [ GoogleApi.PolicySimulator.V1.Model.GoogleCloudPolicysimulatorV1BindingExplanation.t() ] | nil, fullResourceName: String.t() | nil, policy: GoogleApi.PolicySimulator.V1.Model.GoogleIamV1Policy.t() | nil, relevance: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.