OBJECT

SecurityPolicyImpactedEntityRelationship

link GraphQL Schema definition

  • type SecurityPolicyImpactedEntityRelationship implements Node, NodeVersion {
  • # This property represents an unique ID of the source collector
  • collectionSource: String
  • # Time this Relationship was created. Note: Expressed in UTC ISO-8601 format
  • creationTime: 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
  • destEntity: Entity
  • # dest entityId
  • destEntityId: EntityId
  • # dest entity provider if available
  • destEntityProvider: String
  • # dest entityType if available
  • destEntityType: String
  • # Opaque global ID
  • id: ID!
  • # Last time this Relationship was updated. Note: Expressed in UTC ISO-8601 format
  • lastUpdateTime: DateTime!
  • # Versioning ID
  • nodeVersion: ID!
  • # entity relationship id
  • relationshipId: String!
  • # Type of the relationship. e.g. RelatesTo etc
  • relationshipType: 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
  • sourceEntity: Entity
  • # source entityId
  • sourceEntityId: EntityId
  • # source entity provider if available
  • sourceEntityProvider: String
  • # Source entityType if available
  • sourceEntityType: String
  • }