Skip to main content

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

NameDescription
SecretKeyGets or sets the encrypted secret key for the permission.
DecryptedSecretGets or sets the decrypted permission secret information.
ValueGets or sets the access value to be applied in the permission update.

Constructors

NameDescription
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.