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

