OBJECT
SecurityPolicyImpactedEntityRelationship
link GraphQL Schema definition
- type SecurityPolicyImpactedEntityRelationship implements Node, NodeVersion {
- # This property represents an unique ID of the source collector
- String :
- # Time this Relationship was created. Note: Expressed in UTC ISO-8601 format
- DateTime! :
- # Dest entity in this relationship. Can be null if the entity with the given
- # entityId is not accessible
- # due to permissions issues or due to a DB update
- Entity :
- # dest entityId
- EntityId :
- # dest entity provider if available
- String :
- # dest entityType if available
- String :
- # Opaque global ID
- ID! :
- # Last time this Relationship was updated. Note: Expressed in UTC ISO-8601 format
- DateTime! :
- # Versioning ID
- ID! :
- # entity relationship id
- String! :
- # Type of the relationship. e.g. RelatesTo etc
- String! :
- # Source entity in this relationship. Can be null if the entity with the given
- # entityId is not accessible
- # due to permissions issues or due to a DB update
- Entity :
- # source entityId
- EntityId :
- # source entity provider if available
- String :
- # Source entityType if available
- String :
- }