ShareConfig represents a configuration for sharing a CaseQueueFilter.
| JSON representation |
|---|
{ "name": string, "accessList": [ string ], "isGloballyAvailable": boolean } |
| Fields | |
|---|---|
name |
Required. Identifier. The resource name of the ShareConfig. Format: projects/{project}/locations/{location}/instances/{instance}/caseQueueFilters/{caseQueueFilter}/shareConfig |
accessList[] |
Optional. The list of users or groups that have access to the CaseQueueFilter. |
isGloballyAvailable |
Optional. If true, the CaseQueueFilter is globally available. |