GcpProjectEnvironmentDataResponse

data class GcpProjectEnvironmentDataResponse(val environmentType: String, val organizationalData: Either<GcpOrganizationalDataMemberResponse, GcpOrganizationalDataOrganizationResponse>? = null, val projectDetails: GcpProjectDetailsResponse? = null, val scanInterval: Double? = null)

The GCP project connector environment data

Constructors

Link copied to clipboard
constructor(environmentType: String, organizationalData: Either<GcpOrganizationalDataMemberResponse, GcpOrganizationalDataOrganizationResponse>? = null, projectDetails: GcpProjectDetailsResponse? = null, scanInterval: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the environment data. Expected value is 'GcpProject'.

Link copied to clipboard
Link copied to clipboard

The Gcp project's details

Link copied to clipboard
val scanInterval: Double? = null

Scan interval in hours (value should be between 1-hour to 24-hours)