GetHostSecurityReportResult

data class GetHostSecurityReportResult(val created: String, val displayName: String, val envgroupHostname: String, val error: String, val executionTime: String, val queryParams: GoogleCloudApigeeV1SecurityReportMetadataResponse, val reportDefinitionId: String, val result: GoogleCloudApigeeV1SecurityReportResultMetadataResponse, val resultFileSize: String, val resultRows: String, val self: String, val state: String, val updated: String)

Constructors

Link copied to clipboard
fun GetHostSecurityReportResult(created: String, displayName: String, envgroupHostname: String, error: String, executionTime: String, queryParams: GoogleCloudApigeeV1SecurityReportMetadataResponse, reportDefinitionId: String, result: GoogleCloudApigeeV1SecurityReportResultMetadataResponse, resultFileSize: String, resultRows: String, self: String, state: String, updated: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time of the query.

Link copied to clipboard

Display Name specified by the user.

Link copied to clipboard

Hostname is available only when query is executed at host level.

Link copied to clipboard

Error is set when query fails.

Link copied to clipboard

ExecutionTime is available only after the query is completed.

Link copied to clipboard

Contains information like metrics, dimenstions etc of the Security Report.

Link copied to clipboard

Report Definition ID.

Link copied to clipboard

Result is available only after the query is completed.

Link copied to clipboard

ResultFileSize is available only after the query is completed.

Link copied to clipboard

ResultRows is available only after the query is completed.

Link copied to clipboard

Self link of the query. Example: /organizations/myorg/environments/myenv/securityReports/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd or following format if query is running at host level: /organizations/myorg/hostSecurityReports/9cfc0d85-0f30-46d6-ae6f-318d0cb961bd

Link copied to clipboard

Query state could be "enqueued", "running", "completed", "expired" and "failed".

Link copied to clipboard

Last updated timestamp for the query.