SecurityCenterProperties class

Security Command Center managed properties.

These properties are managed by Security Command Center and cannot be modified by the user.

Constructors

SecurityCenterProperties({List<Folder>? folders, String? resourceDisplayName, String? resourceName, List<String>? resourceOwners, String? resourceParent, String? resourceParentDisplayName, String? resourceProject, String? resourceProjectDisplayName, String? resourceType})
SecurityCenterProperties.fromJson(Map json_)

Properties

folders List<Folder>?
Contains a Folder message for each folder in the assets ancestry.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resourceDisplayName String?
The user defined display name for this resource.
getter/setter pair
resourceName String?
The full resource name of the Google Cloud resource this asset represents.
getter/setter pair
resourceOwners List<String>?
Owners of the Google Cloud resource.
getter/setter pair
resourceParent String?
The full resource name of the immediate parent of the resource.
getter/setter pair
resourceParentDisplayName String?
The user defined display name for the parent of this resource.
getter/setter pair
resourceProject String?
The full resource name of the project the resource belongs to.
getter/setter pair
resourceProjectDisplayName String?
The user defined display name for the project of this resource.
getter/setter pair
resourceType String?
The type of the Google Cloud resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited