# GrantAccessOutput

## Properties

| Name        | Type        | Description                            | Notes                             |
| ----------- | ----------- | -------------------------------------- | --------------------------------- |
| **success** | **boolean** |                                        | [default to undefined]            |
| **grantId** | **string**  | Unique identifier for the access grant | [optional] [default to undefined] |

## Example

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

const instance: GrantAccessOutput = {
  success,
  grantId,
}
```

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