public static class ComputeEnumConstants.AuthorizationLoggingOptions.PermissionType
Reference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.AuthorizationLoggingOptions.PermissionType.
Constants for wire representations of the AuthorizationLoggingOptions.Types.PermissionType enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
AdminRead
public const string AdminRead = "ADMIN_READ"
Wire representation of AdminRead.
Field Value | |
---|---|
Type | Description |
string |
AdminWrite
public const string AdminWrite = "ADMIN_WRITE"
Wire representation of AdminWrite.
Field Value | |
---|---|
Type | Description |
string |
DataRead
public const string DataRead = "DATA_READ"
Wire representation of DataRead.
Field Value | |
---|---|
Type | Description |
string |
DataWrite
public const string DataWrite = "DATA_WRITE"
Wire representation of DataWrite.
Field Value | |
---|---|
Type | Description |
string |
UndefinedPermissionType
public const string UndefinedPermissionType = "UNDEFINED_PERMISSION_TYPE"
Wire representation of UndefinedPermissionType.
Field Value | |
---|---|
Type | Description |
string |
Unspecified
public const string Unspecified = "PERMISSION_TYPE_UNSPECIFIED"
Wire representation of Unspecified.
Field Value | |
---|---|
Type | Description |
string |