Class EntityCommonProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
- Direct Known Subclasses:
AccountEntityProperties
,AzureResourceEntityProperties
,CloudApplicationEntityProperties
,DnsEntityProperties
,FileEntityProperties
,FileHashEntityProperties
,HostEntityProperties
,HuntingBookmarkProperties
,IoTDeviceEntityProperties
,IpEntityProperties
,MailboxEntityProperties
,MailClusterEntityProperties
,MailMessageEntityProperties
,MalwareEntityProperties
,NicEntityProperties
,ProcessEntityProperties
,RegistryKeyEntityProperties
,RegistryValueEntityProperties
,SecurityAlertProperties
,SecurityGroupEntityProperties
,SubmissionMailEntityProperties
,ThreatIntelligenceIndicatorProperties
,UrlEntityProperties
Entity common property bag.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.void
validate()
Validates the instance.
-
Constructor Details
-
EntityCommonProperties
public EntityCommonProperties()
-
-
Method Details
-
additionalData
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.- Returns:
- the additionalData value.
-
friendlyName
Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.- Returns:
- the friendlyName value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-