public interface O365PurgeUserResponse
Modifier and Type | Method and Description |
---|---|
boolean |
active()
Whether this user / mailbox will be purged at all (cancel use case).
|
Optional<Instant> |
completedDate()
Specifies the purge completed date time.
|
Optional<String> |
errorMsg()
The error message if any on this purge request (would come from monocle)
|
Instant |
initiatedDate()
Get the purge initiated date associated with this mailbox.
|
String |
mailbox()
The mailbox (email) that is marked for purging.
|
String |
organizationUuid()
Get the org platform uuid associated with this mailbox.
|
Instant |
purgeDate()
Get the purge date associated with this mailbox.
|
String |
purgeStatus()
The status of this purge user request - Completed, Running, Cancelled or Failed
|
Optional<String> |
requestedBy()
The admin user who requested purging of this user.
|
String |
userNativeUuid()
The user native uuid for the mailbox that was marked for purging.
|
String userNativeUuid()
String mailbox()
String organizationUuid()
Instant initiatedDate()
Instant purgeDate()
boolean active()
String purgeStatus()
Optional<String> errorMsg()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.