SecurityCenterProperties constructor

SecurityCenterProperties({
  1. List<Folder>? folders,
  2. String? resourceDisplayName,
  3. String? resourceName,
  4. List<String>? resourceOwners,
  5. String? resourceParent,
  6. String? resourceParentDisplayName,
  7. String? resourceProject,
  8. String? resourceProjectDisplayName,
  9. String? resourceType,
})

Implementation

SecurityCenterProperties({
  this.folders,
  this.resourceDisplayName,
  this.resourceName,
  this.resourceOwners,
  this.resourceParent,
  this.resourceParentDisplayName,
  this.resourceProject,
  this.resourceProjectDisplayName,
  this.resourceType,
});