SecurityMarks class

User specified security marks that are attached to the parent Security Command Center resource.

Security marks are scoped within a Security Command Center organization -- they can be modified and viewed by all users who have proper permissions on the organization.

Constructors

SecurityMarks({String? canonicalName, Map<String, String>? marks, String? name})
SecurityMarks.fromJson(Map json_)

Properties

canonicalName String?
The canonical name of the marks.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
marks Map<String, String>?
Mutable user specified security marks belonging to the parent resource.
getter/setter pair
name String?
The relative resource name of the SecurityMarks.
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