GoogleCloudPolicysimulatorV1ExplainedPolicy class
Details about how a specific IAM Policy contributed to the access check.
Constructors
- 
          GoogleCloudPolicysimulatorV1ExplainedPolicy({String? access, List<
GoogleCloudPolicysimulatorV1BindingExplanation> ? bindingExplanations, String? fullResourceName, GoogleIamV1Policy? policy, String? relevance}) - GoogleCloudPolicysimulatorV1ExplainedPolicy.fromJson(Map json_)
 
Properties
- access ↔ String?
 - 
  Indicates whether this policy provides the specified permission to the
specified principal for the specified resource.
  getter/setter pair
 - 
  bindingExplanations
  ↔ List<
GoogleCloudPolicysimulatorV1BindingExplanation> ? - 
  Details about how each binding in the policy affects the principal's
ability, or inability, to use the permission for the resource.
  getter/setter pair
 - fullResourceName ↔ String?
 - 
  The full resource name that identifies the resource.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - policy ↔ GoogleIamV1Policy?
 - 
  The IAM policy attached to the resource.
  getter/setter pair
 - relevance ↔ String?
 - 
  The relevance of this policy to the overall determination in the
TroubleshootIamPolicyResponse.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited