MoveObjectsRequest Constructors
An object defining constructors for the MoveObjectsRequest class.
MoveObjectsRequest()
Initializes a new instance of the MoveObjectsRequest
class.
MoveObjectsRequest(sourceSecretKeys, destinationSecretKey, reason)
Initializes a new instance of the MoveObjectsRequest
class with the specified source and destination security keys and move reason.
Parameters:
sourceSecretKeys (required): List<string>
The list of encrypted secret keys for the source objects to be moved.
destinationSecretKey (required): string
The encrypted secret key for the destination location.
reason (required): string
The reason for moving the objects.
This constructor creates a new MoveObjectsRequest instance by initializing the security keys for both source objects and destination location, along with the reason for the move operation. The corresponding decrypted secrets will be automatically populated through the DecryptData attributes.