Skip to main content

LifecycleActionSubmitComment

Properties

NameTypeDescriptionNotes
commentstrFree-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'
)

[Back to top]