AnalyzeIamPolicyResponse constructor

AnalyzeIamPolicyResponse({
  1. bool? fullyExplored,
  2. IamPolicyAnalysis? mainAnalysis,
  3. List<IamPolicyAnalysis>? serviceAccountImpersonationAnalysis,
})

Implementation

AnalyzeIamPolicyResponse({
  this.fullyExplored,
  this.mainAnalysis,
  this.serviceAccountImpersonationAnalysis,
});