GetPropertiesRequest Constructors
An object defining constructors for the GetPropertiesRequest class.
GetPropertiesRequest()
Initializes a new instance of the GetPropertiesRequest
class.
GetPropertiesRequest(secretKey)
Initializes a new instance of the GetPropertiesRequest
class with the specified security key.
Parameters:
secretKey (required): string
The encrypted secret key for the object whose properties are being requested.
This constructor creates a new GetPropertiesRequest instance by calling the base constructor and initializing the SecretKey property. The DecryptedSecret property will be automatically populated through the DecryptData attribute.