ShareConfig

ShareConfig represents a configuration for sharing a CaseQueueFilter.

JSON representation
{
  "name": string,
  "accessList": [
    string
  ],
  "isGloballyAvailable": boolean
}
Fields
name

string

Required. Identifier. The resource name of the ShareConfig. Format: projects/{project}/locations/{location}/instances/{instance}/caseQueueFilters/{caseQueueFilter}/shareConfig

accessList[]

string

Optional. The list of users or groups that have access to the CaseQueueFilter.

isGloballyAvailable

boolean

Optional. If true, the CaseQueueFilter is globally available.