Skip to main content

V1AuditLogActor

The actor that performed an audit-logged action.

type V1AuditLogActor {
id: ID!
type: AuditLogActorType!
name: String!
}

Fields

V1AuditLogActor.id ● ID! non-null scalar {#id}

Actor's unique identifier

V1AuditLogActor.type ● AuditLogActorType! non-null enum {#type}

What kind of actor this is

V1AuditLogActor.name ● String! non-null scalar {#name}

Display name (email for users, name for service accounts)

Member Of

AuditLog object ● AuditLogLeaf object