Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class ProjectCreationConfig.
ProjectCreationConfig contains the config to create a new 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. organizations/{org} or folders/{folder}
↳ project_display_name
string
Required. Display name of the project to be created.
↳ billing_account_id
string
Required. Billing account id to be used for the project.
getParent
Required. organizations/{org} or folders/{folder}
string
setParent
Required. organizations/{org} or folders/{folder}
var
string
$this
getProjectDisplayName
Required. Display name of the project to be created.
string
setProjectDisplayName
Required. Display name of the project to be created.
var
string
$this
getBillingAccountId
Required. Billing account id to be used for the project.
string
setBillingAccountId
Required. Billing account id to be used for the project.
var
string
$this

