Class CloudApplicationEntity
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.CloudApplicationEntity
Represents a cloud application entity.
-
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.appId()
Get the appId property: The technical identifier of the application.appName()
Get the appName property: The name of the related cloud application.Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.Get the instanceName property: The user defined instance name of the cloud application.void
validate()
Validates the instance.Methods inherited from class com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
CloudApplicationEntity
public CloudApplicationEntity()
-
-
Method Details
-
appId
Get the appId property: The technical identifier of the application.- Returns:
- the appId value.
-
appName
Get the appName property: The name of the related cloud application.- Returns:
- the appName value.
-
instanceName
Get the instanceName property: The user defined instance name of the cloud application. It is often used to distinguish between several applications of the same type that a customer has.- Returns:
- the instanceName value.
-
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.- Overrides:
validate
in classEntityInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-