Auth0 Node.js SDK - v5.1.0
    Preparing search index...

    Interface PermissionRequestPayload

    interface PermissionRequestPayload {
        resource_server_identifier: string;
        permission_name: string;
    }
    Index

    Properties

    resource_server_identifier: string

    Resource server (API) identifier that this permission is for.

    permission_name: string

    Name of this permission.