| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AuditActor |
AuditActor.Builder.build() |
AuditActor |
AuditActor.withApplicationDisplayName(String applicationDisplayName)
Returns an immutable copy of
this with just the applicationDisplayName field changed. |
AuditActor |
AuditActor.withApplicationId(String applicationId)
Returns an immutable copy of
this with just the applicationId
field changed. |
AuditActor |
AuditActor.withIpAddress(String ipAddress)
Returns an immutable copy of
this with just the ipAddress field
changed. |
AuditActor |
AuditActor.withServicePrincipalName(String servicePrincipalName)
Returns an immutable copy of
this with just the servicePrincipalName field changed. |
AuditActor |
AuditActor.withType(String type)
Returns an immutable copy of
this with just the type field
changed. |
AuditActor |
AuditActor.withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
AuditActor |
AuditActor.withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
| Modifier and Type | Field and Description |
|---|---|
protected AuditActor |
AuditEvent.actor |
| Modifier and Type | Method and Description |
|---|---|
Optional<AuditActor> |
AuditEvent.getActor()
“AAD user and application that are associated with the audit event.”
|
| Modifier and Type | Method and Description |
|---|---|
AuditEvent.Builder |
AuditEvent.Builder.actor(AuditActor actor)
“AAD user and application that are associated with the audit event.”
|
AuditEvent |
AuditEvent.withActor(AuditActor actor)
Returns an immutable copy of
this with just the actor field
changed. |
Copyright © 2018–2020. All rights reserved.