GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation constructor

GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation({
  1. String? denyAccessState,
  2. List<GoogleCloudPolicytroubleshooterIamV3ExplainedDenyResource>? explainedResources,
  3. bool? permissionDeniable,
  4. String? relevance,
})

Implementation

GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation({
  this.denyAccessState,
  this.explainedResources,
  this.permissionDeniable,
  this.relevance,
});