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

    Interface PermissionRequestPayload

    This file was auto-generated by Fern from our API Definition.

    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.