Skip to main content

UpdatePermissionRequest Properties

An object defining properties for the UpdatePermissionRequest class.

SecretKey

Gets or sets the encrypted secret key for the permission.

Type: string

The SecretKey property holds the encrypted security key that is used to decrypt the permission secret information in the DecryptedSecret property.


DecryptedSecret

Gets or sets the decrypted permission secret information.

Type: PermissionSecret

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


Value

Gets or sets the access value to be applied in the permission update.

Type: AccessValue
Accepted Values:

NameValue
NotSet0
Allow1
Deny2

The Value property specifies the new access level that should be set for the permission being updated.