GcpProjectEnvironmentData interface

The GCP project connector environment data

Extends

Properties

environmentType

Polymorphic discriminator, which specifies the different types this object can be

organizationalData

The Gcp project's organizational data

projectDetails

The Gcp project's details

scanInterval

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

Property Details

environmentType

Polymorphic discriminator, which specifies the different types this object can be

environmentType: "GcpProject"

Property Value

"GcpProject"

organizationalData

The Gcp project's organizational data

organizationalData?: GcpOrganizationalDataUnion

Property Value

projectDetails

The Gcp project's details

projectDetails?: GcpProjectDetails

Property Value

scanInterval

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

scanInterval?: number

Property Value

number