Identitywithnewaccess
An identity with a set of access to be added
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| identity_id | str | Identity id to be checked. | [required] |
| access_refs | []IdentitywithnewaccessAccessRefsInner | The list of entitlements to consider for possible violations in a preventive check. | [required] |
| } |
Example
from sailpoint.sod_violations.models.identitywithnewaccess import Identitywithnewaccess
identitywithnewaccess = Identitywithnewaccess(
identity_id='2c91808568c529c60168cca6f90c1313',
access_refs=[{"type":"ENTITLEMENT","id":"2c918087682f9a86016839c050861ab1"},{"type":"ENTITLEMENT","id":"2c918087682f9a86016839c0509c1ab2"}]
)