Performs hierarchical resolution on a list of requester identifiers to determine their enablement status. A requester identifier may be disabled due to its entry being marked disabled, or some requester group higher in the hierarchy that has been disabled.
The enablement status of a requester is resolved going top down in the hierarchy. If one of the parent nodes in the chain is disabled, then that requster identifier is considered disabled. If all parents are enabled and the requester identifier itself is enabled, then the requester is considered enabled.
RequesterAdministrationInterface_resolveRequestersEnabledResponse | resolveRequestersEnabled (resolveRequestersEnabledRequest request) [fault:  ServicePolicyException ] |
Resolve requesters enabled operation input parameters. Contains a list of requester identifiers whose enablement status to resolve.
resolveRequestersEnabledRequest | request |
Resolve requesters enabled request. |
Resolve requesters enabled operation response result. Contains a list of boolean flags indicating enablement status. The order of the results corresponds to the order of the input list of requesters.
resolveRequestersEnabledResponse | result |
Resolve requesters enabled response. |
Raised if a supplied requester identifier is invalid or does not exist, or if an internal error occurred.
ServicePolicyException | ServicePolicyException |
Service policy exception fault. |
![]() |
||
|
![]() |
|