Class ConnectedEntity
java.lang.Object
com.azure.resourcemanager.securityinsights.models.ConnectedEntity
Expansion result connected entities.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalData property: key-value pairs for a connected entity mapping.Get the targetEntityId property: Entity Id of the connected entity.void
validate()
Validates the instance.withAdditionalData
(Object additionalData) Set the additionalData property: key-value pairs for a connected entity mapping.withTargetEntityId
(String targetEntityId) Set the targetEntityId property: Entity Id of the connected entity.
-
Constructor Details
-
ConnectedEntity
public ConnectedEntity()
-
-
Method Details
-
targetEntityId
Get the targetEntityId property: Entity Id of the connected entity.- Returns:
- the targetEntityId value.
-
withTargetEntityId
Set the targetEntityId property: Entity Id of the connected entity.- Parameters:
targetEntityId
- the targetEntityId value to set.- Returns:
- the ConnectedEntity object itself.
-
additionalData
Get the additionalData property: key-value pairs for a connected entity mapping.- Returns:
- the additionalData value.
-
withAdditionalData
Set the additionalData property: key-value pairs for a connected entity mapping.- Parameters:
additionalData
- the additionalData value to set.- Returns:
- the ConnectedEntity object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-