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

# Interface ConnectorEnsureAccessResult<Operation>

```typescript
interface ConnectorEnsureAccessResult<Operation extends string> {
    accountId: string;
    operation: Operation;
}
```

Types: [Operation](#operation), [accountId](#accountid), [operation](#operation-1)

#### Type Parameters

*   <a id="operation"></a>Operation extends string

##### Index

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

[accountId](#accountid) [operation](#operation-1)

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

### <a id="accountid"></a>accountId

```typescript
accountId: string
```

### <a id="operation-1"></a>operation

```typescript
operation: Operation
```

Types: [Operation](#operation)
