Skip to main content

CompliancePolicyFindingResource

CompliancePolicyFindingResource is the resource generated for a finding and is used to store the CompliancePolicyFinding

type CompliancePolicyFindingResource {
id: UUID!
evaluationRuleId: UUID!
resourceType: String!
resourceId: String!
status: CompliancePolicyFindingStatus
createdAt: String
}

Fields

CompliancePolicyFindingResource.id ● UUID! non-null scalar

ID is the ID of the compliance policy finding evaluation

CompliancePolicyFindingResource.evaluationRuleId ● UUID! non-null scalar

EvaluationRuleID is the ID of the evaluation rule that the compliance policy finding evaluation is associated with

CompliancePolicyFindingResource.resourceType ● String! non-null scalar

ResourceType is the type of resource that the compliance policy finding evaluation is associated with

CompliancePolicyFindingResource.resourceId ● String! non-null scalar

ResourceId is the ID of the resource that the compliance policy finding evaluation is associated with

CompliancePolicyFindingResource.status ● CompliancePolicyFindingStatus enum

Status is the status of the compliance policy finding evaluation

CompliancePolicyFindingResource.createdAt ● String scalar

CreatedAt is the time the compliance policy finding evaluation was created