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
|
The unique GCP Project number. Default value: None
|
|
project_id
|
The GCP Project id. Default value: None
|