Skip to main content

LifecycleRequesterReference

Properties

NameTypeDescriptionNotes
typestrRequester reference type.[optional]
idstrIdentifier of the requester.[optional]
namestrDisplay name of the requester.[optional]
}

Example

from sailpoint.machine_identities_lifecycle_actions.models.lifecycle_requester_reference import LifecycleRequesterReference

lifecycle_requester_reference = LifecycleRequesterReference(
type='IDENTITY',
id='2c9180858082150f0180893dbaf44201',
name='Pat Manager'
)

[Back to top]