GraphQL OBJECT
SecurityPolicySearchResultItem
The flat security policy as result of a search.
link Definition
- type SecurityPolicySearchResultItem {
- # Unique Id of the security policy.
- Int! :
- # Name of the security policy.
- String! :
- # Information about client the security policy belongs to.
- ClientInformation :
- # Date and time when the security policy created.
- DateTime :
- # User who created the security policy.
- UserAccountInformation :
- # Date and time when the last edit occurred.
- DateTime :
- # User that last modified the security policy.
- UserAccountInformation :
- }