Skip to main content

UpdatePermissionRequest Constructors

An object defining constructors for the UpdatePermissionRequest class.

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.

Parameters:

secretKey (required): string
The encrypted secret key for the permission.

value (required): AccessValue
The access value to be applied in the permission update.

Sets the following properties:

  • SecretKey = secretKey
  • Value = value