Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::ProjectCreationConfig (v0.1.0)

Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::ProjectCreationConfig.

ProjectCreationConfig contains the config to create a new project to be used as the target_resource of a deployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#billing_account_id

def billing_account_id() -> ::String
Returns
  • (::String) — Required. Billing account id to be used for the project.

#billing_account_id=

def billing_account_id=(value) -> ::String
Parameter
  • value (::String) — Required. Billing account id to be used for the project.
Returns
  • (::String) — Required. Billing account id to be used for the project.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. organizations/{org} or folders/{folder}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. organizations/{org} or folders/{folder}
Returns
  • (::String) — Required. organizations/{org} or folders/{folder}

#project_display_name

def project_display_name() -> ::String
Returns
  • (::String) — Required. Display name of the project to be created.

#project_display_name=

def project_display_name=(value) -> ::String
Parameter
  • value (::String) — Required. Display name of the project to be created.
Returns
  • (::String) — Required. Display name of the project to be created.