Submit
Path:
~
/
/
opt
/
psa
/
admin
/
plib
/
modules
/
firewall
/
vendor
/
plesk
/
api-php-lib
/
src
/
Api
/
Struct
/
SecretKey
/
File Content:
Info.php
<?php // Copyright 1999-2025. WebPros International GmbH. namespace PleskX\Api\Struct\SecretKey; use PleskX\Api\AbstractStruct; class Info extends AbstractStruct { public string $key; public string $ipAddress; public string $description; public string $login; public function __construct(\SimpleXMLElement $apiResponse) { $this->initScalarProperties($apiResponse, [ 'key', 'ip_address', 'description', 'login', ]); } }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
Info.php
515 bytes
0644
N4ST4R_ID | Naxtarrr