Skip to content

GovernancePolicyTraceGetAllOptions

GovernancePolicyTraceGetAllOptions = PaginationOptions & GovernanceFilterOptions & { actorIdentityId?: string[]; actorProcessId?: string[]; actorProcessType?: string[]; evaluationResult?: PolicyEvaluationResult[]; policyId?: string[]; resourceId?: string[]; resourceType?: string[]; traceId?: string[]; }

Filter and pagination options for fetching policy traces.

All filters combine with AND semantics. Array filters match any value in the array (OR within a single filter).

Type Declaration

actorIdentityId?

optional actorIdentityId: string[]

Filter by one or more actor identity IDs.

actorProcessId?

optional actorProcessId: string[]

Filter by one or more actor process IDs.

actorProcessType?

optional actorProcessType: string[]

Filter by one or more actor process types (e.g. coded agent, RPA process).

evaluationResult?

optional evaluationResult: PolicyEvaluationResult[]

Filter by one or more policy evaluation results.

policyId?

optional policyId: string[]

Filter by one or more policy IDs.

resourceId?

optional resourceId: string[]

Filter by one or more resource IDs.

resourceType?

optional resourceType: string[]

Filter by one or more resource types.

traceId?

optional traceId: string[]

Filter by one or more distributed-trace IDs.