UnbindPermissionGroupWithObjectRequest
The UnbindPermissionGroupWithObjectRequest class represents a request to remove the association between a permission group and an object.
This class encapsulates the necessary information for unbinding a permission group from an object, handling encrypted secrets for both entities.
Properties
| Name | Description |
|---|---|
| ObjectDecryptedSecret | Gets the decrypted object secret information. |
| PermissionGroupSecretKey | Gets the encrypted secret key for the permission group. |
| PermissionGroupDecryptedSecret | Gets the decrypted permission group secret information. |
| ObjectSecretKey | Gets the encrypted secret key for the object. |
Constructors
| Name | Description |
|---|---|
| UnbindPermissionGroupWithObjectRequest() | Initializes a new instance of the UnbindPermissionGroupWithObjectRequest class. |
| UnbindPermissionGroupWithObjectRequest(permissionGroupSecretKey, objectSecretKey) | Initializes a new instance of the UnbindPermissionGroupWithObjectRequest class with specified permission group and object secrets. |