Package com.microsoft.graph.models
Class AuditActor
java.lang.Object
com.microsoft.graph.models.AuditActor
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Audit Actor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Application Display Name.The Application Id.The Audit Actor Type.The Ip Address.the OData type of the object as returned by the serviceThe Service Principal Name.The User Id.The User Permissions.The User Principal Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
applicationDisplayName
@SerializedName(value="applicationDisplayName", alternate="ApplicationDisplayName") @Expose @Nullable public String applicationDisplayNameThe Application Display Name. Name of the Application. -
applicationId
@SerializedName(value="applicationId", alternate="ApplicationId") @Expose @Nullable public String applicationIdThe Application Id. AAD Application Id. -
auditActorType
@SerializedName(value="auditActorType", alternate="AuditActorType") @Expose @Nullable public String auditActorTypeThe Audit Actor Type. Actor Type. -
ipAddress
The Ip Address. IPAddress. -
servicePrincipalName
@SerializedName(value="servicePrincipalName", alternate="ServicePrincipalName") @Expose @Nullable public String servicePrincipalNameThe Service Principal Name. Service Principal Name (SPN). -
userId
The User Id. User Id. -
userPermissions
@SerializedName(value="userPermissions", alternate="UserPermissions") @Expose @Nullable public List<String> userPermissionsThe User Permissions. List of user permissions when the audit was performed. -
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe User Principal Name. User Principal Name (UPN).
-
-
Constructor Details
-
AuditActor
public AuditActor()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-