public final class SensitiveAdminAction
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Workspace Alert Center API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
SensitiveAdminAction() |
Modifier and Type | Method and Description |
---|---|
SensitiveAdminAction |
clone() |
String |
getActorEmail()
Email of person who performed the action
|
String |
getEventTime()
The time at which event occurred
|
PrimaryAdminChangedEvent |
getPrimaryAdminChangedEvent()
Event occurred when primary admin changed in customer's account
|
SSOProfileCreatedEvent |
getSsoProfileCreatedEvent()
Event occurred when SSO Profile created in customer's account
|
SSOProfileDeletedEvent |
getSsoProfileDeletedEvent()
Event occurred when SSO Profile deleted in customer's account
|
SSOProfileUpdatedEvent |
getSsoProfileUpdatedEvent()
Event occurred when SSO Profile updated in customer's account
|
SuperAdminPasswordResetEvent |
getSuperAdminPasswordResetEvent()
Event occurred when password was reset for super admin in customer's account
|
SensitiveAdminAction |
set(String fieldName,
Object value) |
SensitiveAdminAction |
setActorEmail(String actorEmail)
Email of person who performed the action
|
SensitiveAdminAction |
setEventTime(String eventTime)
The time at which event occurred
|
SensitiveAdminAction |
setPrimaryAdminChangedEvent(PrimaryAdminChangedEvent primaryAdminChangedEvent)
Event occurred when primary admin changed in customer's account
|
SensitiveAdminAction |
setSsoProfileCreatedEvent(SSOProfileCreatedEvent ssoProfileCreatedEvent)
Event occurred when SSO Profile created in customer's account
|
SensitiveAdminAction |
setSsoProfileDeletedEvent(SSOProfileDeletedEvent ssoProfileDeletedEvent)
Event occurred when SSO Profile deleted in customer's account
|
SensitiveAdminAction |
setSsoProfileUpdatedEvent(SSOProfileUpdatedEvent ssoProfileUpdatedEvent)
Event occurred when SSO Profile updated in customer's account
|
SensitiveAdminAction |
setSuperAdminPasswordResetEvent(SuperAdminPasswordResetEvent superAdminPasswordResetEvent)
Event occurred when password was reset for super admin in customer's account
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getActorEmail()
null
for nonepublic SensitiveAdminAction setActorEmail(String actorEmail)
actorEmail
- actorEmail or null
for nonepublic String getEventTime()
null
for nonepublic SensitiveAdminAction setEventTime(String eventTime)
eventTime
- eventTime or null
for nonepublic PrimaryAdminChangedEvent getPrimaryAdminChangedEvent()
null
for nonepublic SensitiveAdminAction setPrimaryAdminChangedEvent(PrimaryAdminChangedEvent primaryAdminChangedEvent)
primaryAdminChangedEvent
- primaryAdminChangedEvent or null
for nonepublic SSOProfileCreatedEvent getSsoProfileCreatedEvent()
null
for nonepublic SensitiveAdminAction setSsoProfileCreatedEvent(SSOProfileCreatedEvent ssoProfileCreatedEvent)
ssoProfileCreatedEvent
- ssoProfileCreatedEvent or null
for nonepublic SSOProfileDeletedEvent getSsoProfileDeletedEvent()
null
for nonepublic SensitiveAdminAction setSsoProfileDeletedEvent(SSOProfileDeletedEvent ssoProfileDeletedEvent)
ssoProfileDeletedEvent
- ssoProfileDeletedEvent or null
for nonepublic SSOProfileUpdatedEvent getSsoProfileUpdatedEvent()
null
for nonepublic SensitiveAdminAction setSsoProfileUpdatedEvent(SSOProfileUpdatedEvent ssoProfileUpdatedEvent)
ssoProfileUpdatedEvent
- ssoProfileUpdatedEvent or null
for nonepublic SuperAdminPasswordResetEvent getSuperAdminPasswordResetEvent()
null
for nonepublic SensitiveAdminAction setSuperAdminPasswordResetEvent(SuperAdminPasswordResetEvent superAdminPasswordResetEvent)
superAdminPasswordResetEvent
- superAdminPasswordResetEvent or null
for nonepublic SensitiveAdminAction set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public SensitiveAdminAction clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.