Skip to main content

Accessrequestdynamicapprover2

Properties

NameTypeDescriptionNotes
idstrThe unique ID of the identity to add to the approver list for the access request.[required]
namestrThe name of the identity to add to the approver list for the access request.[required]
typeEnum [ 'IDENTITY', 'GOVERNANCE_GROUP' ]The type of object being referenced.[required]
}

Example

from sailpoint.triggers.models.accessrequestdynamicapprover2 import Accessrequestdynamicapprover2

accessrequestdynamicapprover2 = Accessrequestdynamicapprover2(
id='2c91808b6ef1d43e016efba0ce470906',
name='Adam Adams',
type='IDENTITY'
)

[Back to top]