IdentitySyncPayload
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | str | Payload type. | [required] |
data_json | str | Payload type. | [required] |
} |
Example
from sailpoint.beta.models.identity_sync_payload import IdentitySyncPayload
identity_sync_payload = IdentitySyncPayload(
type='SYNCHRONIZE_IDENTITY_ATTRIBUTES',
data_json='{"identityId":"2c918083746f642c01746f990884012a"}'
)