OBJECT
IemAssetPolicy
Asset policy from ICP, activity without destination
link GraphQL Schema definition
- type IemAssetPolicy implements IemPolicy {
- # Policy ID
- : ID!
- # Index of policy
- : Int!
- # Title
- : String!
- # Level of policy
- : PolicyLevel!
- # Is policy disabled
- : Boolean!
- # Is policy archived
- : Boolean!
- # Indicates the policy's schema
- : SchemaType!
- # Indicates if the policy hits on continuous events
- : Boolean!
- # Should take snapshot
- : Boolean
- # Indicates if the policy is system generated
- : Boolean!
- # Key of policy
- : String!
- # Event type info regarding this policy
- : EventTypeDetails!
- # Event type
- : AssetPolicyEvent!
- # Site ID
- : ID!
- }
link Require by
This element is not required by anyone