EnvironmentFilter (v3)
Overview
Used to filter tenants.Members
Member variables of the entity:
Member | Type | Description | Requirements | Max. Length |
---|---|---|---|---|
eid | String | ID of the tenant we are looking for | Needed if shortName is not present | 4 |
eidExact | boolean | If true the eid parameter represents the complete ID, not a filter | ||
shortName | String | Name of the tenant we are looking for | Needed if eid is not present | 64 |
shortNameExact | boolean | If true the shortName parameter represents the complete name, not a filter | ||
inactive | boolean | If true we are searching inactive tenants |