sccSecurityMarks property

Map<String, String>? sccSecurityMarks
getter/setter pair

The actual content of Security Command Center security marks associated with the asset.

To search against SCC SecurityMarks field: * Use a field query: - query by a given key value pair. Example: sccSecurityMarks.foo=bar - query by a given key's existence. Example: sccSecurityMarks.foo:*

Implementation

core.Map<core.String, core.String>? sccSecurityMarks;