Children
Properties
Name | Type | Description | Notes |
---|---|---|---|
operator | str | [optional] | |
attribute | str | [optional] | |
value | Value | [optional] | |
children | str | [optional] | |
} |
Example
from sailpoint.beta.models.children import Children
children = Children(
operator='EQUALS',
attribute='country',
value=sailpoint.beta.models.value.Value(
type = 'STRING', ),
children=''
)