UserAppOwner
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | str | The identity ID | [optional] |
type | str | It will always be "IDENTITY" | [optional] |
name | str | The identity name | [optional] |
alias | str | The identity alias | [optional] |
} |
Example
from sailpoint.beta.models.user_app_owner import UserAppOwner
user_app_owner = UserAppOwner(
id='2c9180827ca885d7017ca8ce28a000eb',
type='IDENTITY',
name='John',
alias='John.Doe'
)