Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ProjectCreationConfig.
The configuration that's required to create a project to be used as the target resource of a deployment.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.ProjectCreationConfig
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent of the project, in the format organizations/{organizationID}
or folders/{folderID}
.
↳ project_display_name
string
Required. The display name of the project.
↳ billing_account_id
string
Required. The billing account ID for the project.
getParent
Required. The parent of the project, in the format organizations/{organizationID}
or folders/{folderID}
.
string
setParent
Required. The parent of the project, in the format organizations/{organizationID}
or folders/{folderID}
.
var
string
$this
getProjectDisplayName
Required. The display name of the project.
string
setProjectDisplayName
Required. The display name of the project.
var
string
$this
getBillingAccountId
Required. The billing account ID for the project.
string
setBillingAccountId
Required. The billing account ID for the project.
var
string
$this

