IamPolicyAnalysisResult constructor
IamPolicyAnalysisResult({
- List<
GoogleCloudAssetV1AccessControlList> ? accessControlLists, - String? attachedResourceFullName,
- bool? fullyExplored,
- Binding? iamBinding,
- GoogleCloudAssetV1IdentityList? identityList,
Implementation
IamPolicyAnalysisResult({
this.accessControlLists,
this.attachedResourceFullName,
this.fullyExplored,
this.iamBinding,
this.identityList,
});