ManagedAuthAdminUserValue
Managed-auth values stored for one RingCentral extension.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
rcExtensionId |
any of: string, number | Yes | RingCentral extension that owns these user-scoped values. |
rcUserName |
string | Yes | Display name associated with the RingCentral extension. |
fields |
object of StoredFieldValue | Yes | Stored user-scoped values keyed by connector field identifier. |
Example
{
"rcExtensionId": "string",
"rcUserName": "string",
"fields": {}
}