AuthUserSlimResponse
Import this model from the entry point of its package:
import { AuthUserSlimResponse } from '@sailpoint/angular-sdk/custom_user_levels';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | Identity ID. | [default to undefined] |
| uid | (optional) string | Identity unique identifier. | [default to undefined] |
| alias | (optional) string | Identity alias. | [default to undefined] |
| displayName | (optional) string | Identity name in display format. | [default to undefined] |