# ProjectWithPolicyDto

## Properties

| Name       | Type                          | Description | Notes                  |
| ---------- | ----------------------------- | ----------- | ---------------------- |
| **id**     | **string**                    |             | [default to undefined] |
| **name**   | **string**                    |             | [default to undefined] |
| **policy** | [**PolicyDto**](PolicyDto.md) |             | [default to undefined] |

## Example

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

const instance: ProjectWithPolicyDto = {
  id,
  name,
  policy,
}
```

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