ApiSchemas
GrantStatus
One shape from the contract, as it appears on the wire.
Used by connections.grants.list
Referenced from ConnectionGrant
JSON Schema
{
"type": "string",
"enum": [
"active",
"expired",
"revoked",
"error"
]
}