GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy constructor

GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy({
  1. String? denyAccessState,
  2. GoogleIamV2Policy? policy,
  3. String? relevance,
  4. List<GoogleCloudPolicytroubleshooterIamV3DenyRuleExplanation>? ruleExplanations,
})

Implementation

GoogleCloudPolicytroubleshooterIamV3ExplainedDenyPolicy({
  this.denyAccessState,
  this.policy,
  this.relevance,
  this.ruleExplanations,
});