Class AuditLog (1.0.0)

public sealed class AuditLog : IMessage<AuditLog>, IEquatable<AuditLog>, IDeepCloneable<AuditLog>, IBufferMessage, IMessage

Common audit log format for Google Cloud Platform API operations.

Inheritance

Object > AuditLog

Namespace

Google.Cloud.Audit

Assembly

Google.Cloud.Audit.dll

Constructors

AuditLog()

public AuditLog()

AuditLog(AuditLog)

public AuditLog(AuditLog other)
Parameter
NameDescription
otherAuditLog

Properties

AuthenticationInfo

public AuthenticationInfo AuthenticationInfo { get; set; }

Authentication information.

Property Value
TypeDescription
AuthenticationInfo

AuthorizationInfo

public RepeatedField<AuthorizationInfo> AuthorizationInfo { get; }

Authorization information. If there are multiple resources or permissions involved, then there is one AuthorizationInfo element for each {resource, permission} tuple.

Property Value
TypeDescription
RepeatedField<AuthorizationInfo>

Metadata

public Struct Metadata { get; set; }

Other service-specific data about the request, response, and other information associated with the current audited event.

Property Value
TypeDescription
Struct

MethodName

public string MethodName { get; set; }

The name of the service method or operation. For API calls, this should be the name of the API method. For example,

"google.cloud.bigquery.v2.TableService.InsertTable" "google.logging.v2.ConfigServiceV2.CreateSink"

Property Value
TypeDescription
String

NumResponseItems

public long NumResponseItems { get; set; }

The number of items returned from a List or Query API method, if applicable.

Property Value
TypeDescription
Int64

Request

public Struct Request { get; set; }

The operation request. This may not include all request parameters, such as those that are too large, privacy-sensitive, or duplicated elsewhere in the log record. It should never include user-generated data, such as file contents. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the @type property.

Property Value
TypeDescription
Struct

RequestMetadata

public RequestMetadata RequestMetadata { get; set; }

Metadata about the operation.

Property Value
TypeDescription
RequestMetadata

ResourceLocation

public ResourceLocation ResourceLocation { get; set; }

The resource location information.

Property Value
TypeDescription
ResourceLocation

ResourceName

public string ResourceName { get; set; }

The resource or collection that is the target of the operation. The name is a scheme-less URI, not including the API service name. For example:

"projects/PROJECT_ID/zones/us-central1-a/instances" "projects/PROJECT_ID/datasets/DATASET_ID"

Property Value
TypeDescription
String

ResourceOriginalState

public Struct ResourceOriginalState { get; set; }

The resource's original state before mutation. Present only for operations which have successfully modified the targeted resource(s). In general, this field should contain all changed fields, except those that are already been included in request, response, metadata or service_data fields. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the @type property.

Property Value
TypeDescription
Struct

Response

public Struct Response { get; set; }

The operation response. This may not include all response elements, such as those that are too large, privacy-sensitive, or duplicated elsewhere in the log record. It should never include user-generated data, such as file contents. When the JSON object represented here has a proto equivalent, the proto name will be indicated in the @type property.

Property Value
TypeDescription
Struct

ServiceData

[Obsolete]
public Any ServiceData { get; set; }

Deprecated. Use the metadata field instead. Other service-specific data about the request, response, and other activities.

Property Value
TypeDescription
Any

ServiceName

public string ServiceName { get; set; }

The name of the API service performing the operation. For example, &quot;compute.googleapis.com&quot;.

Property Value
TypeDescription
String

Status

public Status Status { get; set; }

The status of the overall operation.

Property Value
TypeDescription
Status