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?¶
optionalactorIdentityId:string[]
Filter by one or more actor identity IDs.
actorProcessId?¶
optionalactorProcessId:string[]
Filter by one or more actor process IDs.
actorProcessType?¶
optionalactorProcessType:string[]
Filter by one or more actor process types (e.g. coded agent, RPA process).
evaluationResult?¶
optionalevaluationResult:PolicyEvaluationResult[]
Filter by one or more policy evaluation results.
policyId?¶
optionalpolicyId:string[]
Filter by one or more policy IDs.
resourceId?¶
optionalresourceId:string[]
Filter by one or more resource IDs.
resourceType?¶
optionalresourceType:string[]
Filter by one or more resource types.
traceId?¶
optionaltraceId:string[]
Filter by one or more distributed-trace IDs.