Class AccessControlListsRequestBuilder.QueryParameters
java.lang.Object
org.azd.security.accesscontrollists.AccessControlListsRequestBuilder.QueryParameters
- Enclosing class:
AccessControlListsRequestBuilder
Represents the query parameters.
-
Field Summary
Modifier and TypeFieldDescriptionString[]
An optional filter string containing a list of identity descriptors separated by ',' whose ACEs should be retrieved.If true, populate the extended information properties for the access control entries contained in the returned lists.If true and this is a hierarchical namespace, return child ACLs of the specified token.Security token -
Constructor Summary
-
Method Summary
-
Field Details
-
descriptors
An optional filter string containing a list of identity descriptors separated by ',' whose ACEs should be retrieved. If this is left null, entire ACLs will be returned. -
token
Security token -
includeExtendedInfo
If true, populate the extended information properties for the access control entries contained in the returned lists. -
recurse
If true and this is a hierarchical namespace, return child ACLs of the specified token.
-
-
Constructor Details
-
QueryParameters
public QueryParameters()
-