A representation of a scope preview.
This resource includes the following properties:
Property | Type | Description |
---|---|---|
id |
string | The scope ID. |
name |
string | The name of the scope. |
slug |
string | The scope slug. |
Here is an example representation of this resource:
{
"id": "scope_XXXXXXXXXX",
"name": "Acme, Inc",
"slug": "acme-inc"
}