RelationshipProperties interface
Relationship properties
Properties
| child |
Resource name of the child entity |
| discovered |
Discovered by which discovery rule. If set, the relationship cannot be deleted manually. |
| display |
Display name |
| parent |
Resource name of the parent entity |
| provisioning |
The status of the last operation. |
| tags | Optional set of tags (key-value pairs) |
Property Details
childEntityName
Resource name of the child entity
childEntityName: string
Property Value
string
discoveredBy
Discovered by which discovery rule. If set, the relationship cannot be deleted manually.
discoveredBy?: string
Property Value
string
displayName
Display name
displayName?: string
Property Value
string
parentEntityName
Resource name of the parent entity
parentEntityName: string
Property Value
string
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
tags
Optional set of tags (key-value pairs)
tags?: Record<string, string>
Property Value
Record<string, string>