Skip to main content

Passwordchangeresponse

Properties

NameTypeDescriptionNotes
request_idstrThe password change request ID[optional]
stateEnum [ 'IN_PROGRESS', 'FINISHED', 'FAILED' ]Password change state[optional]
}

Example

from sailpoint.password_management.models.passwordchangeresponse import Passwordchangeresponse

passwordchangeresponse = Passwordchangeresponse(
request_id='089899f13a8f4da7824996191587bab9',
state='IN_PROGRESS'
)

[Back to top]