# ProjectWithPolicyList

## Properties

| Name                 | Type                                                             | Description | Notes                             |
| -------------------- | ---------------------------------------------------------------- | ----------- | --------------------------------- |
| **projects**         | [**Array&lt;ProjectWithPolicyDto&gt;**](ProjectWithPolicyDto.md) |             | [default to undefined]            |
| **lastEvaluatedKey** | **string**                                                       |             | [optional] [default to undefined] |

## Example

```typescript
import { ProjectWithPolicyList } from '@affinidi-tdk/iam-client'

const instance: ProjectWithPolicyList = {
  projects,
  lastEvaluatedKey,
}
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
