public sealed class Access : IMessage<Access>, IEquatable<Access>, IDeepCloneable<Access>, IBufferMessage, IMessageRepresents an access event.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Access()
public Access()Access(Access)
public Access(Access other)| Parameter | |
|---|---|
| Name | Description |
other |
Access |
Properties
CallerIp
public string CallerIp { get; set; }Caller's IP address, such as "1.1.1.1".
| Property Value | |
|---|---|
| Type | Description |
String |
|
CallerIpGeo
public Geolocation CallerIpGeo { get; set; }The caller IP's geolocation, which identifies where the call came from.
| Property Value | |
|---|---|
| Type | Description |
Geolocation |
|
MethodName
public string MethodName { get; set; }The method that the service account called, e.g. "SetIamPolicy".
| Property Value | |
|---|---|
| Type | Description |
String |
|
PrincipalEmail
public string PrincipalEmail { get; set; }Associated email, such as "foo@google.com".
| Property Value | |
|---|---|
| Type | Description |
String |
|
ServiceName
public string ServiceName { get; set; }This is the API service that the service account made a call to, e.g. "iam.googleapis.com"
| Property Value | |
|---|---|
| Type | Description |
String |
|
UserAgentFamily
public string UserAgentFamily { get; set; }What kind of user agent is associated, e.g. operating system shells, embedded or stand-alone applications, etc.
| Property Value | |
|---|---|
| Type | Description |
String |
|