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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript