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 |
---|---|
PermissionGroupDecryptedSecret | Gets the decrypted permission group secret information. |
ObjectDecryptedSecret | Gets the decrypted object secret information. |
ObjectSecretKey | Gets the encrypted secret key for the object. |
PermissionGroupSecretKey | Gets the encrypted secret key for the permission group. |
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. |