Accessprofilemetadatabulkupdateresponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | ID of the task that is processing the bulk update. | [optional] |
| type | str | Type of the object the bulk update applies to. | [optional] |
| status | Enum [ 'CREATED', 'PRE_PROCESS', 'PRE_PROCESS_COMPLETED', 'POST_PROCESS', 'COMPLETED', 'CHUNK_PENDING', 'CHUNK_PROCESSING', 'RE_PROCESSING', 'PRE_PROCESS_FAILED', 'FAILED' ] | The status of the bulk update request. | [optional] |
| created | datetime | Time when the bulk update request was created | [optional] |
| } |
Example
from sailpoint.access_profiles.models.accessprofilemetadatabulkupdateresponse import Accessprofilemetadatabulkupdateresponse
accessprofilemetadatabulkupdateresponse = Accessprofilemetadatabulkupdateresponse(
id='2d82ac17-eb0d-4ba6-9918-dcad6ee0294d',
type='ACCESS_PROFILE',
status='CREATED',
created='2020-10-08T18:33:52.029Z'
)