ISPO SDK
    Preparing search index...

    Interface CapabilitySurfaceSelfAvailable

    Markdown

    The caller's OWN reviewed envelope. Never another project's.

    interface CapabilitySurfaceSelfAvailable {
        available: true;
        connectors: readonly CapabilitySurfaceConnectorAccess[];
        devices: readonly string[];
        entityTypes: readonly CapabilitySurfaceEntityTypeAccess[];
        grants: readonly CapabilitySurfaceGrantState[];
        projectId: string;
        projectName: string;
        trustClass: string;
    }
    Index
    available: true
    connectors: readonly CapabilitySurfaceConnectorAccess[]
    devices: readonly string[]
    entityTypes: readonly CapabilitySurfaceEntityTypeAccess[]
    grants: readonly CapabilitySurfaceGrantState[]
    projectId: string
    projectName: string
    trustClass: string