-
Notifications
You must be signed in to change notification settings - Fork 6
Deprecated entity types
graju256 edited this page Sep 16, 2024
·
1 revision
As part of extending the supportability and standardization, few of the existing entity types and their associated query-level field methods are deprecated. It is recommended to start using the latest GraphQL types in favour of extensibility and support.
| Deprecated entity type | New entity type |
|---|---|
| webApiServices | use services instead |
| soapServices | use services instead |
| internalWebApiServices | use services instead |
| internalSoapServices | use services instead |
| policyFragments | use policies instead |
| globalPolicies | use policies instead |
| backgroundTaskPolicies | use policies instead |
| fips | use federatedIdps instead |
| fipUsers | use federatedUsers instead |
| fipGroups | use federatedGroups instead |
| ldaps | use ldapIdps instead |
Note
Bundles with the deprecated entity types can be revised using the revise operation.
Previous support for LDAP-based IDP configurations is partial, hence it is recommended to re-export them again.