@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias PermissionProfileSummary

    type PermissionProfileSummary = {
        allowed: boolean;
        description: string | null;
        id: string;
    }
    Index

    Properties

    allowed: boolean

    Whether the effective requirements allow selecting this profile.

    description: string | null

    Optional user-facing description for display in clients.

    id: string

    Available permission profile identifier.