ProcessingDetails
Properties
Name | Type | Description | Notes |
---|---|---|---|
var_date | datetime | A date-time in ISO-8601 format | [optional] |
stage | str | [optional] | |
retry_count | int | [optional] | |
stack_trace | str | [optional] | |
message | str | [optional] | |
} |
Example
from sailpoint.v2024.models.processing_details import ProcessingDetails
processing_details = ProcessingDetails(
var_date='2018-06-25T20:22:28.104Z',
stage='In Process',
retry_count=0,
stack_trace='<stack trace>',
message='<message>'
)