GetVersionSuggestionRequest Properties
An object defining properties for the GetVersionSuggestionRequest class.
DecryptedObjectSecret
Gets the decrypted secret information for the object requiring version suggestions.
Type: DMObjectSecret
This property contains the decrypted version of the SecretKey, automatically populated using the DecryptData attribute. It provides secure access to the object's decrypted security information and has a private setter to ensure controlled access to the sensitive data during the version suggestion process.
SecretKey
Gets the encrypted secret key for the object requiring version suggestions.
Type: string
This property contains the encrypted security key for the object that needs version number suggestions. It is read-only and works in conjunction with the DecryptedObjectSecret property to verify access to the object. The key is initialized through the constructor and remains unchanged throughout the request lifecycle.