Skip to main content

Sodrecipient

SOD policy recipient.

Properties

NameTypeDescriptionNotes
typeEnum [ 'IDENTITY' ]SOD policy recipient DTO type.[optional]
idstrSOD policy recipient's identity ID.[optional]
namestrSOD policy recipient's display name.[optional]
}

Example

from sailpoint.sod_policies.models.sodrecipient import Sodrecipient

sodrecipient = Sodrecipient(
type='IDENTITY',
id='2c7180a46faadee4016fb4e018c20642',
name='Michael Michaels'
)

[Back to top]