mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 12:27:47 +00:00
53 lines
2.3 KiB
YAML
53 lines
2.3 KiB
YAML
type: object
|
|
properties:
|
|
identityId:
|
|
type: string
|
|
description: The identity ID that requested the password change
|
|
example: 8a807d4c73c545510173c545f0a002ff
|
|
encryptedPassword:
|
|
type: string
|
|
description: The RSA encrypted password
|
|
example: XzN+YwKgr2C+InkMYFMBG3UtjMEw5ZIql/XFlXo8cJNeslmkplx6vn4kd4/43IF9STBk5RnzR6XmjpEO+FwHDoiBwYZAkAZK/Iswxk4OdybG6Y4MStJCOCiK8osKr35IMMSV/mbO4wAeltoCk7daTWzTGLiI6UaT5tf+F2EgdjJZ7YqM8W8r7aUWsm3p2Xt01Y46ZRx0QaM91QruiIx2rECFT2pUO0wr+7oQ77jypATyGWRtADsu3YcvCk/6U5MqCnXMzKBcRas7NnZdSL/d5H1GglVGz3VLPMaivG4/oL4chOMmFCRl/zVsGxZ9RhN8rxsRGFFKn+rhExTi+bax3A==
|
|
publicKeyId:
|
|
type: string
|
|
description: The encryption key ID
|
|
example: YWQ2NjQ4MTItZjY0NC00MWExLWFjMjktOGNmMzU3Y2VlNjk2
|
|
accountId:
|
|
type: string
|
|
description: >-
|
|
Account ID of the account
|
|
This is specified per account schema in the source configuration. It is used to distinguish accounts.
|
|
More info can be found here https://community.sailpoint.com/t5/IdentityNow-Connectors/How-do-I-designate-an-account-attribute-as-the-Account-ID-for-a/ta-p/80350
|
|
example: CN=Abby Smith,OU=Austin,OU=Americas,OU=Demo,DC=seri,DC=acme,DC=com
|
|
sourceId:
|
|
type: string
|
|
description: The ID of the source for which identity is requesting the password change
|
|
example: 8a807d4c73c545510173c545d4b60246
|
|
uuid:
|
|
type: string
|
|
description: The unique identifier of an account from the PWI source. For example, objectGuid for AD source.
|
|
example: {ad9fc391-246d-40af-b248-b6556a2b7c01}
|
|
retryCount:
|
|
type: string
|
|
description: A number of attempts made to send intercepted password to IdentityNow
|
|
example: 1
|
|
host:
|
|
type: string
|
|
description: Domain Controller on which password was intercepted
|
|
example: host1.example.net
|
|
passwordSyncTime:
|
|
type: string
|
|
description: Time at which password is sent to IDN. Represented in ISO-8601 string format.
|
|
example: 2021-01-08T18:46:56+00:00
|
|
pwiType:
|
|
type: string
|
|
description: Type of PWI instance
|
|
example: AD
|
|
pwiVersion:
|
|
type: string
|
|
description: Version of PWI instance
|
|
example: 20.0.0
|
|
passwordChangeTime:
|
|
type: string
|
|
description: Time at which password change was captured on PWI client. Represented in ISO-8601 string format.
|
|
example: 2021-01-08T18:45:50+00:00 |