Search
K
FGA-Service

ListQueueResponse

object
queuesarray[object]required

Example:{"sbgc":["withdrawal","deposit"]}{"mass":["suitability","claims"]}

Example

AgentDelegationResponse

object
createdarray[object]
Show Child Parameters
Example

ListObjectsRequest

object
userstringrequired

party reference Id prefixed with party, so 495f40f49d8f415fa59e99716d59f6e9 is party:495f40f49d8f415fa59e99716d59f6e9

Example:party:495f40f49d8f415fa59e99716d59f6e9

relationstringrequired

the permission to check on the resource, usually described by access + _ + resource example: read_policy

Example:read_policy

typestringrequired

resource to check against, checking access for policy would be policy

Example:policy

Example

ListObjectsResponse

object
objectsarray[string]

Example:policy:1234

Example

CreatePermissionDto

object
descriptionstringrequired

description of the permission

Example:api view access for policy resource

labelstringrequired

permission descriptive name

Example:Read Policy

permissionstringrequired

fga tuple id name

Example:read_policy

dateCreatedstring(date-time)

timestamp it occured

Example:2023-12-06T18:36:35.846Z

Example