GKE Identity Service is an authentication proxy used in GDC to let customers bring their existing identity solutions for user authentication.
JSON representation
{
"description": string,
"id": string,
"metadata": object {
"timestamp": string,
"userAgent": string
},
"operation": string,
"payload": object {},
"resource": string
}
Fields | |
---|---|
id |
A unique ID assigned to every audit event. For example, |
description |
A human-readable description of the event. For example, |
resource |
The resource being audited. Allowed values are |
operation |
The operation being performed on the resource. Allowed values are |
metadata |
The metadata associated with the event. |
userAgent |
The user-agent HTTP header, if applicable. |
timestamp |
The timestamp at which the event was created. For example, |
payload |
Arbitrary event-specific payload. For example, { "audience": "test-audience", "expirationTime": "2022-12-16T12:53:31.95180671+00:00", "issuer": "", "user": "102405777051160536773" "groups": [], "parentId": "8216278b-295e-4fef-af8d-a6c0a54d15e5" } |