GcpProjectEnvironmentData interface
The GCP project connector environment data
- Extends
Properties
environment |
Polymorphic discriminator, which specifies the different types this object can be |
organizational |
The Gcp project's organizational data |
project |
The Gcp project's details |
scan |
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
scanInterval
Scan interval in hours (value should be between 1-hour to 24-hours)
scanInterval?: number
Property Value
number