UpdatePermissionRequest
The UpdatePermissionRequest class represents a request to update permission settings, handling encrypted secret information for secure access modification.
This class encapsulates the necessary security information and access value required to update permissions. It uses the [DecryptData] attribute for secure handling of permission secrets.
Properties
| Name | Description |
|---|---|
| SecretKey | Gets or sets the encrypted secret key for the permission. |
| Value | Gets or sets the access value to be applied in the permission update. |
| DecryptedSecret | Gets or sets the decrypted permission secret information. |
Constructors
| Name | Description |
|---|---|
| UpdatePermissionRequest() | Initializes a new instance of the UpdatePermissionRequest class. |
| UpdatePermissionRequest(secretKey, value) | Initializes a new instance of the UpdatePermissionRequest class with the specified secret key and access value. |