Gcp Project Details Response
data class GcpProjectDetailsResponse(val projectId: String? = null, val projectName: String, val projectNumber: String? = null, val workloadIdentityPoolId: String)
The details about the project represented by the security connector
Constructors
Link copied to clipboard
fun GcpProjectDetailsResponse(projectId: String? = null, projectName: String, projectNumber: String? = null, workloadIdentityPoolId: String)