Int64StringKeyValuePair
Import this model from the entry point of its package:
import { Int64StringKeyValuePair } from '@sailpoint/angular-sdk/data_access_security';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| key | (optional) number | The key for the tag or pair. | [default to undefined] |
| value | (optional) string | The value for the tag or pair. | [default to undefined] |