REST Resource: projects.locations.authorizedViewSets.authorizedViews

Resource: AuthorizedView

An AuthorizedView represents a view of accessible Insights resources (for example, Conversation and Scorecard). Who have read access to the AuthorizedView resource will have access to these Insight resources as well.

JSON representation
{
  "name": string,
  "displayName": string,
  "conversationFilter": string,
  "createTime": string,
  "updateTime": string
}
Fields
name

string

Identifier. The resource name of the AuthorizedView. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorizedViewSet}/authorizedViews/{authorizedView}

displayName

string

Display Name. Limit 64 characters.

conversationFilter

string

A filter to reduce conversation results to a specific subset. The AuthorizedView's assigned permission (read/write) could be applied to the subset of conversations.

If conversationFilter is empty, there is no restriction on the conversations that the AuthorizedView can access.

Having authorizedViews.get access to the AuthorizedView means having the same read/write access to the Conversations (as well as metadata/annotations linked to the conversation) that this AuthorizedView has.

createTime

string (Timestamp format)

Output only. The time at which the authorized view was created.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. The most recent time at which the authorized view was updated.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

Methods

create

Create AuthorizedView

delete

Deletes an AuthorizedView.

get

Get AuthorizedView

list

List AuthorizedViewSets

patch

Updates an AuthorizedView.

queryMetrics

Query metrics.

queryPerformanceOverview

Generates a summary of predefined performance metrics for a set of conversations.
SearchAuthorizedViewSets