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.
| Parameters | |
|---|---|
| Name | Description |
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}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent of the folder to be created. It can be an organizations/{org} or folders/{folder}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFolderDisplayName
Required. Display name of the folder to be created
| Returns | |
|---|---|
| Type | Description |
string |
|
setFolderDisplayName
Required. Display name of the folder to be created
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|