Class SensitiveAdminAction
Alert that is triggered when Sensitive Admin Action occur in customer account.
Implements
Inherited Members
Namespace: Google.Apis.AlertCenter.v1beta1.Data
Assembly: Google.Apis.AlertCenter.v1beta1.dll
Syntax
public class SensitiveAdminAction : IDirectResponseSchemaProperties
ActorEmail
Email of person who performed the action
Declaration
[JsonProperty("actorEmail")]
public virtual string ActorEmail { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
EventTime
object representation of EventTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EventTimeDateTimeOffset instead.")]
public virtual object EventTime { get; set; }Property Value
| Type | Description | 
|---|---|
| object | 
EventTimeDateTimeOffset
DateTimeOffset representation of EventTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EventTimeDateTimeOffset { get; set; }Property Value
| Type | Description | 
|---|---|
| DateTimeOffset? | 
EventTimeRaw
The time at which event occurred
Declaration
[JsonProperty("eventTime")]
public virtual string EventTimeRaw { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
PrimaryAdminChangedEvent
Event occurred when primary admin changed in customer's account
Declaration
[JsonProperty("primaryAdminChangedEvent")]
public virtual PrimaryAdminChangedEvent PrimaryAdminChangedEvent { get; set; }Property Value
| Type | Description | 
|---|---|
| PrimaryAdminChangedEvent | 
SsoProfileCreatedEvent
Event occurred when SSO Profile created in customer's account
Declaration
[JsonProperty("ssoProfileCreatedEvent")]
public virtual SSOProfileCreatedEvent SsoProfileCreatedEvent { get; set; }Property Value
| Type | Description | 
|---|---|
| SSOProfileCreatedEvent | 
SsoProfileDeletedEvent
Event occurred when SSO Profile deleted in customer's account
Declaration
[JsonProperty("ssoProfileDeletedEvent")]
public virtual SSOProfileDeletedEvent SsoProfileDeletedEvent { get; set; }Property Value
| Type | Description | 
|---|---|
| SSOProfileDeletedEvent | 
SsoProfileUpdatedEvent
Event occurred when SSO Profile updated in customer's account
Declaration
[JsonProperty("ssoProfileUpdatedEvent")]
public virtual SSOProfileUpdatedEvent SsoProfileUpdatedEvent { get; set; }Property Value
| Type | Description | 
|---|---|
| SSOProfileUpdatedEvent | 
SuperAdminPasswordResetEvent
Event occurred when password was reset for super admin in customer's account
Declaration
[JsonProperty("superAdminPasswordResetEvent")]
public virtual SuperAdminPasswordResetEvent SuperAdminPasswordResetEvent { get; set; }Property Value
| Type | Description | 
|---|---|
| SuperAdminPasswordResetEvent |