Sintassi SCIM (Cross-Domain Identity Management)
È possibile aggiungere filtri avanzati in Oracle Data Safe utilizzando la sintassi SCIM. I filtri avanzati offrono la flessibilità necessaria per analizzare i dati utilizzando condizioni complesse e più criteri.
I filtri avanzati nella Costruzione guidata query in Oracle Data Safe possono essere combinati anche utilizzando operatori logici quali and e or. Se sono attualmente applicati filtri di base, questi verranno visualizzati anche nella Costruzione guidata query.
Per ulteriori informazioni su SCIM, consultare la documentazione del protocollo all'indirizzo https://www.rfceditor.org/rfc/rfc7644.
Per ulteriori informazioni sul filtro in SCIM, vedere la sezione sul filtro della documentazione del protocollo all'indirizzo https://www.rfc-editor.org/rfc/rfc7644#section-3.4.2.2.
Operatori SCIM supportati
Di seguito sono riportati gli operatori supportati per SCIM.
- `co`: matches resources with an attribute that contains a given string
- `eq`: matches resources with an attribute that is equal to a given value (not case sensitive)
- `eq_cs`: matches resources with an attribute that is equal to a given value (case sensitive)
- `ew`: matches resources with an attribute that ends with a given string
- `ge`: matches resources with an attribute that is greater than or equal to a given value
- `gt`: matches resources with an attribute that is greater than a given value
- `in`: matches resources with an attribute that is equal to any of given values in list
- `le`: matches resources with an attribute that is less than or equal to a given value
- `lt`: matches resources with an attribute that is less than a given value
- `ne`: matches resources with an attribute that is not equal to a given value
- `not_in `: matches resources with an attribute that is not equal to any of given values in list
- `pr`: matches resources with an attribute if it has a given value
- `sw`: matches resources with an attribute that starts with a given string
Gli operatori possono essere raggruppati utilizzando le parentesi per specificare l'ordine.