gcp

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 2, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuditLog

type AuditLog struct {
	AuthenticationInfo AuthenticationInfo `json:"authenticationInfo"`
	MethodName         string             `json:"methodName"`
	RequestMetadata    RequestMetadata    `json:"requestMetadata"`
	ResourceName       string             `json:"resourceName"`
	ServiceName        string             `json:"serviceName"`
}

type AuditLogMessage

type AuditLogMessage struct {
	ProtoPayload     AuditLog `json:"protoPayload"`
	Resource         Resource `json:"resource"`
	Timestamp        string   `json:"timestamp"`
	ReiveceTimestamp string   `json:"receiveTimestamp"`
}

type AuthenticationInfo

type AuthenticationInfo struct {
	PrincipalEmail string `json:"principalEmail"`
}

type RequestMetadata

type RequestMetadata struct {
	CallerIp       string `json:"callerIp"`
	CallerSupplied string `json:"callerSuppliedUserAgent"`
}

type Resource

type Resource struct {
	Labels map[string]string `json:"labels"`
	Type   string            `json:"type"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL