java.lang.Object | |
↳ | com.atlassian.bitbucket.user.UserErasureRequest |
Issued when an admin requests the anonymization of a user's data on this instance.
The application's internal user data has been deleted and some data might not be accessible by the user's
name
anymore.
Where possible, the user's ID
should be used to find data associated with the user.
Alternatively, the original username
can be used to find data associated with the user.
Note that the ApplicationUser
has been deleted, so only the username
and
ID
properties are present and the active flag
is false
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
UserErasureRequest.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|