| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
UserSecurityProfile |
UserSecurityProfile.Builder.build() |
UserSecurityProfile |
UserSecurityProfile.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
UserSecurityProfile |
UserSecurityProfile.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
UserSecurityProfile |
UserSecurityProfile.withAzureSubscriptionId(String azureSubscriptionId) |
UserSecurityProfile |
UserSecurityProfile.withAzureTenantId(String azureTenantId) |
UserSecurityProfile |
UserSecurityProfile.withCreatedDateTime(OffsetDateTime createdDateTime) |
UserSecurityProfile |
UserSecurityProfile.withDisplayName(String displayName) |
UserSecurityProfile |
UserSecurityProfile.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
UserSecurityProfile |
UserSecurityProfile.withRiskScore(String riskScore) |
UserSecurityProfile |
UserSecurityProfile.withUserPrincipalName(String userPrincipalName) |
UserSecurityProfile |
UserSecurityProfile.withVendorInformation(SecurityVendorInformation vendorInformation) |
Copyright © 2018–2020. All rights reserved.