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

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

FolderCreationConfig contains the config to create a new folder to be used as the target_resource of a deployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#folder_display_name

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

#folder_display_name=

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

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent of the folder to be created. It can be an organizations/{org} or folders/{folder}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent of the folder to be created. It can be an organizations/{org} or folders/{folder}
Returns
  • (::String) — Required. The parent of the folder to be created. It can be an organizations/{org} or folders/{folder}