GetPermissionGroupsOfObjectRequest Properties
An object defining properties for the GetPermissionGroupsOfObjectRequest class.
SecretKey
Gets the encrypted secret key used for secure operations.
Type: string
The SecretKey property holds the encrypted security key that is used to decrypt the document management object secret information. This property is used in conjunction with the DecryptedSecret property.
DecryptedSecret
Gets the decrypted document management object secret information used for secure operations.
Type: DMObjectSecret
The DecryptedSecret property contains the decrypted document management object secret information and is marked with the [DecryptData("SecretKey")] attribute, indicating that its value is decrypted using the SecretKey property.