Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.22 KB

File metadata and controls

21 lines (13 loc) · 1.22 KB

LookupSubjectBody

PermissionLookupSubjectRequest is the request message for the LookupSubject method in the Permission service.

Properties

Name Type Description Notes
metadata PermissionLookupSubjectRequestMetadata [optional]
entity Entity [optional]
permission String Permission to be checked, can be a permission or relation. Required, and must match the pattern "^([a-zA-Z][a-zA-Z0-9_]{1,62}[a-zA-Z0-9])$", max 64 bytes. [optional]
subjectReference RelationReference [optional]
context Context [optional]
arguments List<Argument> Additional arguments associated with this request. [optional]
pageSize Long page_size is the number of subjects to be returned in the response. The value should be between 1 and 100. [optional]
continuousToken String continuous_token is an optional parameter used for pagination. It should be the value received in the previous response. [optional]