GcpProjectEnvironmentDataArgs

data class GcpProjectEnvironmentDataArgs(val environmentType: Output<String>, val organizationalData: Output<Either<GcpOrganizationalDataMemberArgs, GcpOrganizationalDataOrganizationArgs>>? = null, val projectDetails: Output<GcpProjectDetailsArgs>? = null, val scanInterval: Output<Double>? = null) : ConvertibleToJava<GcpProjectEnvironmentDataArgs>

The GCP project connector environment data

Constructors

Link copied to clipboard
constructor(environmentType: Output<String>, organizationalData: Output<Either<GcpOrganizationalDataMemberArgs, GcpOrganizationalDataOrganizationArgs>>? = null, projectDetails: Output<GcpProjectDetailsArgs>? = null, scanInterval: Output<Double>? = null)

Properties

Link copied to clipboard
val environmentType: Output<String>

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

Link copied to clipboard

The Gcp project's organizational data

Link copied to clipboard

The Gcp project's details

Link copied to clipboard
val scanInterval: Output<Double>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): GcpProjectEnvironmentDataArgs