Get Hunt Relation Result
data class GetHuntRelationResult(val etag: String? = null, val id: String, val labels: List<String>? = null, val name: String, val relatedResourceId: String, val relatedResourceKind: String, val relatedResourceName: String, val relationType: String, val systemData: SystemDataResponse, val type: String)
Represents a Hunt Relation in Azure Security Insights.
Constructors
Properties
Link copied to clipboard
The id of the related resource
Link copied to clipboard
The resource that the relation is related to
Link copied to clipboard
The name of the related resource
Link copied to clipboard
The type of the hunt relation
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.