Skip to main content

GetPermissionsResponse Constructors

An object defining constructors for the GetPermissionsResponse class.

GetPermissionsResponse(permissions)

Initializes a new instance of the GetPermissionsResponse class with the specified list of permissions.

Parameters:

permissions (required): List<Permission>
The list of permissions to include in the response.

Sets the following property:

  • Permissions = permissions

GetPermissionsResponse()

Initializes a new instance of the GetPermissionsResponse class.