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 |
Identifier. The resource name of the AuthorizedView. Format: projects/{project}/locations/{location}/authorizedViewSets/{authorizedViewSet}/authorizedViews/{authorizedView} |
displayName |
Display Name. Limit 64 characters. |
conversationFilter |
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 |
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: |
updateTime |
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: |
Methods |
|
---|---|
|
Create AuthorizedView |
|
Deletes an AuthorizedView. |
|
Get AuthorizedView |
|
List AuthorizedViewSets |
|
Updates an AuthorizedView. |
|
Query metrics. |
|
Generates a summary of predefined performance metrics for a set of conversations. |
|
SearchAuthorizedViewSets |