Class GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions
The permissions of the user on an Agent.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaAgentViewUserPermissions : IDirectResponseSchema
Properties
CanDelete
If the user can delete this Agent.
Declaration
[JsonProperty("canDelete")]
public virtual bool? CanDelete { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
CanEdit
If the user can edit this Agent.
Declaration
[JsonProperty("canEdit")]
public virtual bool? CanEdit { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
CanProposeUsers
If the user can propose other users to share the Agent with.
Declaration
[JsonProperty("canProposeUsers")]
public virtual bool? CanProposeUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
CanRequestReview
If the user can request a review for this Agent.
Declaration
[JsonProperty("canRequestReview")]
public virtual bool? CanRequestReview { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
CanRun
If the user can run this Agent.
Declaration
[JsonProperty("canRun")]
public virtual bool? CanRun { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
CanView
If the user can view the source of this Agent.
Declaration
[JsonProperty("canView")]
public virtual bool? CanView { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
CanWithdraw
If the user can withdraw this Agent.
Declaration
[JsonProperty("canWithdraw")]
public virtual bool? CanWithdraw { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |