- User
Group of entities matching the policy conditions
Number of entities matching
Event type that triggers this
{ "count": 40, "eventType": "AGENT_CREATED" }
Distribution of items by status
Status value
Status value
Number of policies with this mode
Percentage of policies with this status
{ "mode": "DRAFT", "status": "ACTIVE", "count": 40, "percentage": 40 }
Distribution of items by environment type (reusable across entities)
Environment type category
Number of items in this environment type
Percentage of items in this environment type
{ "environmentType": "PRODUCTION", "count": 40, "percentage": 40 }
Distribution of items by specific environment name
Specific environment name
Number of items in this environment
Percentage of items in this environment
{ "environment": "Example String", "count": 40, "percentage": 40 }
Aggregated statistics for policies
Total number of policies matching the filter
Percentage of production environments covered by policies (includes Unspecified)
Distribution of policies by status (Active/Disabled)
Distribution of policies across environment types
Distribution of policies across specific environment names
{ "total": 40, "productionCoverage": 40, "byStatus": [ { "__typename": "StatusDistribution" } ], "byEnvironmentType": [ { "__typename": "EnvironmentTypeDistribution" } ], "byEnvironment": [ { "__typename": "EnvironmentDistribution" } ] }
Represents a user in the system
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "firstName": "Example String", "lastName": "Example String", "email": "Example String", "role": "ADMIN", "createdAt": "Example Custom Scalar", "updatedAt": "Example Custom Scalar", "status": "ENABLED" }
Organization configuration
{ "id": "9cfb1c81-4c79-452f-b1f5-8ee6571276b4", "name": "Example String", "ssoConfig": { "__typename": "OrganizationSSOConfiguration" } }
{ "enabled": true, "values": { "__typename": "OrganizationSSOConfigurationValues" } }
Organization SSO configuration
{ "strategy": "SAMLP", "signInEndpoint": "Example String", "domains": [ "Example String" ], "identifier": "Example String", "replyUrl": "Example String" }