ExplainPrincipals
Retrieve the list of principals included in the specified resource set.
Location
/lib/users/ (procedure)
/services/databases/system/deployment/ (published resource)
Inputs
resourceSetDefinition: The definition of the resource set to analyze.
Outputs
principalList: A cursor whose rows encode the principals included in the specified resource set:
| • | domain: The domain name. |
| • | name: The resource type. |
| • | isGroup: True if the member is a group. |
Exceptions
IllegalArgumentException: If the specified resource set definition is invalid.