mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
Automated commit by github action: 17501236324
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
name: sailpoint_identity_id
|
||||
in: query
|
||||
description: SailPoint identity ID
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
example: 9496f8d6ddab49c0bef1e9ee6f1b835a
|
||||
@@ -38,9 +38,9 @@ properties:
|
||||
description: Status of the user
|
||||
example: Active
|
||||
login:
|
||||
type: string
|
||||
type: string
|
||||
description: The login
|
||||
example: myLogin
|
||||
example: myLogin
|
||||
last_login:
|
||||
type: string
|
||||
format: date-time
|
||||
@@ -64,4 +64,8 @@ properties:
|
||||
group_strings:
|
||||
type: string
|
||||
description: Group strings configured on the customer's Active Directory configuration, provided by the IDP at the moment on authentication.
|
||||
example: Admin_group, Developer_group
|
||||
example: Admin_group, Developer_group
|
||||
sailpoint_identity_id:
|
||||
type: string
|
||||
description: The identity ID of the user in ISC
|
||||
example: 9496f8d6ddab49c0bef1e9ee6f1b835a
|
||||
|
||||
Reference in New Issue
Block a user