IamPolicyAnalysisResult constructor

IamPolicyAnalysisResult({
  1. List<GoogleCloudAssetV1AccessControlList>? accessControlLists,
  2. String? attachedResourceFullName,
  3. bool? fullyExplored,
  4. Binding? iamBinding,
  5. GoogleCloudAssetV1IdentityList? identityList,
})

Implementation

IamPolicyAnalysisResult({
  this.accessControlLists,
  this.attachedResourceFullName,
  this.fullyExplored,
  this.iamBinding,
  this.identityList,
});