Class AuthorizationLoggingOptions
Authorization-related information used by Cloud Audit Logging.
Implements
Inherited Members
Namespace: Google.Apis.GameServices.v1beta.Data
Assembly: Google.Apis.GameServices.v1beta.dll
Syntax
public class AuthorizationLoggingOptions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PermissionType
The type of the permission that was checked.
Declaration
[JsonProperty("permissionType")]
public virtual string PermissionType { get; set; }
Property Value
Type | Description |
---|---|
string |