GcpProjectDetails Class

The details about the project represented by the security connector.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

GcpProjectDetails(*, project_number: str | None = None, project_id: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
project_number
str

The unique GCP Project number.

Default value: None
project_id
str

The GCP Project id.

Default value: None

Variables

Name Description
project_number
str

The unique GCP Project number.

project_id
str

The GCP Project id.

workload_identity_pool_id
str

The GCP workload identity federation pool id.