> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.Supporting_types.CapabilitySurfaceSelfUnavailable.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface CapabilitySurfaceSelfUnavailable

```typescript
interface CapabilitySurfaceSelfUnavailable {
    available: false;
    reason:
        | "no-project-attribution"
        | "project-unknown"
        | "authority-unavailable";
}
```

Types: [available](#available), [reason](#reason)

##### Index

### <a id="properties"></a>Properties

[available](#available) [reason](#reason)

## <a id="properties-1"></a>Properties

### <a id="available"></a>`Readonly`available

```typescript
available: false
```

### <a id="reason"></a>`Readonly`reason

```typescript
reason: "no-project-attribution" | "project-unknown" | "authority-unavailable"
```
