GcpProjectDetailsArgs

data class GcpProjectDetailsArgs(val projectId: Output<String>? = null, val projectNumber: Output<String>? = null) : ConvertibleToJava<GcpProjectDetailsArgs>

The details about the project represented by the security connector

Constructors

Link copied to clipboard
constructor(projectId: Output<String>? = null, projectNumber: Output<String>? = null)

Properties

Link copied to clipboard
val projectId: Output<String>? = null

The GCP Project id

Link copied to clipboard
val projectNumber: Output<String>? = null

The unique GCP Project number

Functions

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