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

# Interface ConnectorEnsureAccessInput<Operation>

```typescript
interface ConnectorEnsureAccessInput<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>`Optional`accountId

```typescript
accountId?: string
```

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

```typescript
operation: Operation
```

Types: [Operation](#operation)
