# PolicyStatementDto

## Properties

| Name          | Type                    | Description | Notes                  |
| ------------- | ----------------------- | ----------- | ---------------------- |
| **action**    | **Array&lt;string&gt;** |             | [default to undefined] |
| **effect**    | **string**              |             | [default to undefined] |
| **principal** | **Array&lt;string&gt;** |             | [default to undefined] |
| **resource**  | **Array&lt;string&gt;** |             | [default to undefined] |

## Example

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

const instance: PolicyStatementDto = {
  action,
  effect,
  principal,
  resource,
}
```

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