Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FolderCreationConfig.
FolderCreationConfig contains the config to create a new folder to be used as the target_resource of 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 to be created. It can be an organizations/{org} or folders/{folder}
↳ folder_display_name
string
Required. Display name of the folder to be created
getParent
Required. The parent of the folder to be created. It can be an organizations/{org} or folders/{folder}
string
setParent
Required. The parent of the folder to be created. It can be an organizations/{org} or folders/{folder}
var
string
$this
getFolderDisplayName
Required. Display name of the folder to be created
string
setFolderDisplayName
Required. Display name of the folder to be created
var
string
$this

