Skip to main content

Children

Properties

NameTypeDescriptionNotes
operatorstr[optional]
attributestr[optional]
valueValue[optional]
childrenstr[optional]
}

Example

from sailpoint.beta.models.children import Children

children = Children(
operator='EQUALS',
attribute='country',
value=sailpoint.beta.models.value.Value(
type = 'STRING', ),
children=''
)

[Back to top]