ManagedAuthFieldDefinition
Connector credential field that supports administrator-managed storage.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
const |
string | Yes | Stable field identifier declared in the connector manifest. |
required |
boolean | No | Whether login requires a value for this field. |
managed |
boolean | No | Whether an administrator supplies this field. |
managedScope |
string | No | Whether one value is shared by the RingCentral account or stored separately per extension. Allowed values: account, user. |
Example
{
"const": "string",
"required": false,
"managed": false,
"managedScope": "account"
}