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:
Name Value NotSet 0 Allow 1 Deny 2
The Value property specifies the new access level that should be set for the permission being updated.