Class Access (1.11.0)

Access(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents an access event.

Attributes

NameDescription
principal_email str
Associated email, such as "foo@google.com".
caller_ip str
Caller's IP address, such as "1.1.1.1".
caller_ip_geo google.cloud.securitycenter_v1.types.Geolocation
The caller IP's geolocation, which identifies where the call came from.
user_agent_family str
What kind of user agent is associated, e.g. operating system shells, embedded or stand-alone applications, etc.
service_name str
This is the API service that the service account made a call to, e.g. "iam.googleapis.com".
method_name str
The method that the service account called, e.g. "SetIamPolicy".

Inheritance

builtins.object > proto.message.Message > Access