# Functions
GetSCCHealthStatus gets Google Security Command Center health information and returns 1 on healthy response, 0 otherwise Check is performed by fetching list of incidents from Google Cloud Status Dashboard and checking if there are ongoing incidents with cloud-security-command-center; url parameter should be set to https://status.cloud.google.com/incidents.json for proper result retrieval.
GetSCCLatestEventTime return map of sources and their latest event update time difference with now original: https://github.com/GoogleCloudPlatform/golang-samples/blob/master/securitycenter/findings/list_filtered_findings.go.
GetSCCSourcesByName returns Security Command Center sources for given numeric orgID, filtered by name by given regex original: https://github.com/GoogleCloudPlatform/golang-samples/blob/master/securitycenter/findings/list_sources.go.
NewPrisma returns new Prisma client.
# Structs
ComplianceInfo store assets compliance information for single policy.
CompliancePosture stores overall posture statistics and is required to unwrap the nested JSON scheme.
Prisma contain credentials for API access.