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

    Interface UserPermissionSchema

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

    interface UserPermissionSchema {
        resource_server_identifier?: string;
        permission_name?: string;
        resource_server_name?: string;
        description?: string;
    }
    Index

    Properties

    resource_server_identifier?: string

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

    permission_name?: string

    Name of this permission.

    resource_server_name?: string

    Resource server (API) name this permission is for.

    description?: string

    Description of this permission.