Class ViewerPermissionMissingInfo
For display only. Metadata associated with a step that was redacted due to missing permissions.
Implements
Inherited Members
Namespace: Google.Apis.NetworkManagement.v1beta1.Data
Assembly: Google.Apis.NetworkManagement.v1beta1.dll
Syntax
public class ViewerPermissionMissingInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceTypes
Types of the resources that the user does not have permission to view.
Declaration
[JsonProperty("resourceTypes")]
public virtual IList<string> ResourceTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |