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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent of the folder, in the format |
↳ 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}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent of the folder, in the format
organizations/{organizationID} or folders/{folderID}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFolderDisplayName
Required. The display name of the folder.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFolderDisplayName
Required. The display name of the folder.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|