Skip to main content

UnbindPermissionGroupWithObjectRequest Properties

An object defining properties for the UnbindPermissionGroupWithObjectRequest class.

PermissionGroupDecryptedSecret

Gets the decrypted permission group secret information.

Type: PermissionGroupSecret

The PermissionGroupDecryptedSecret property contains the decrypted permission group secret information and is marked with the [DecryptData("PermissionGroupSecretKey")] attribute, indicating that its value is decrypted using the PermissionGroupSecretKey property.


ObjectDecryptedSecret

Gets the decrypted object secret information.

Type: DMObjectSecret

The ObjectDecryptedSecret property contains the decrypted object secret information and is marked with the [DecryptData("ObjectSecretKey")] attribute, indicating that its value is decrypted using the ObjectSecretKey property.


ObjectSecretKey

Gets the encrypted secret key for the object.

Type: string

The ObjectSecretKey property holds the encrypted security key that is used to decrypt the object secret information in the ObjectDecryptedSecret property.


PermissionGroupSecretKey

Gets the encrypted secret key for the permission group.

Type: string

The PermissionGroupSecretKey property holds the encrypted security key that is used to decrypt the permission group secret information in the PermissionGroupDecryptedSecret property.