Skip to main content

Requestedaccountref

Properties

NameTypeDescriptionNotes
namestrDisplay name of the account for the user[optional]
typeDtotype[optional]
account_uuidstrThe uuid for the account[optional]
account_idstrThe native identity for the account[optional]
source_namestrDisplay name of the source for the account[optional]
}

Example

from sailpoint.access_request_approvals.models.requestedaccountref import Requestedaccountref

requestedaccountref = Requestedaccountref(
name='Glen.067da3248e914',
type='IDENTITY',
account_uuid='{fab7119e-004f-4822-9c33-b8d570d6c6a6}',
account_id='CN=Glen 067da3248e914,OU=YOUROU,OU=org-data-service,DC=YOURDC,DC=local',
source_name='Multi Account AD source name'
)

[Back to top]