Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::FolderCreationConfig.
The configuration that's required to create a folder to be used as the target resource for 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. The display name of the folder.
#folder_display_name=
def folder_display_name=(value) -> ::String
Parameter
- value (::String) — Required. The display name of the folder.
Returns
- (::String) — Required. The display name of the folder.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent of the folder, in the format
organizations/{organizationID}orfolders/{folderID}.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent of the folder, in the format
organizations/{organizationID}orfolders/{folderID}.
Returns
-
(::String) — Required. The parent of the folder, in the format
organizations/{organizationID}orfolders/{folderID}.