PermissionLookupEntityRequest is the request message for the LookupEntity method in the Permission service.
| Name | Type | Description | Notes |
|---|---|---|---|
| metadata | PermissionLookupEntityRequestMetadata | [optional] | |
| entityType | String | Type of the entity to lookup, required, must start with a letter and can include alphanumeric and underscore, max 64 bytes. | [optional] |
| permission | String | Name of the permission to check, required, must start with a letter and can include alphanumeric and underscore, max 64 bytes. | [optional] |
| subject | Subject | [optional] | |
| context | Context | [optional] | |
| scope | Map<String, StringArrayValue> | Scope: A map that associates entity types with lists of identifiers. Each entry helps filter requests by specifying which entities are relevant to the operation. | [optional] |
| pageSize | Long | page_size is the number of entities 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] |