LifecycleActionSubmitComment
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| comment | str | Free-text comment submitted with the lifecycle action request. | [required] |
| } |
Example
from sailpoint.machine_identities_lifecycle_actions.models.lifecycle_action_submit_comment import LifecycleActionSubmitComment
lifecycle_action_submit_comment = LifecycleActionSubmitComment(
comment='Suspending agent until security review completes'
)