GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse constructor

GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse({
  1. GoogleCloudPolicytroubleshooterIamV3AccessTuple? accessTuple,
  2. GoogleCloudPolicytroubleshooterIamV3AllowPolicyExplanation? allowPolicyExplanation,
  3. GoogleCloudPolicytroubleshooterIamV3DenyPolicyExplanation? denyPolicyExplanation,
  4. String? overallAccessState,
})

Implementation

GoogleCloudPolicytroubleshooterIamV3TroubleshootIamPolicyResponse({
  this.accessTuple,
  this.allowPolicyExplanation,
  this.denyPolicyExplanation,
  this.overallAccessState,
});