Uses of Class
odata.msgraph.client.beta.entity.DomainSecurityProfile
-
Packages that use DomainSecurityProfile Package Description odata.msgraph.client.beta.entity -
-
Uses of DomainSecurityProfile in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DomainSecurityProfile Modifier and Type Method Description DomainSecurityProfileDomainSecurityProfile.Builder. build()DomainSecurityProfileDomainSecurityProfile. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DomainSecurityProfileDomainSecurityProfile. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DomainSecurityProfileDomainSecurityProfile. withActivityGroupNames(List<String> activityGroupNames)DomainSecurityProfileDomainSecurityProfile. withAzureSubscriptionId(String azureSubscriptionId)DomainSecurityProfileDomainSecurityProfile. withAzureTenantId(String azureTenantId)DomainSecurityProfileDomainSecurityProfile. withCountHits(Integer countHits)DomainSecurityProfileDomainSecurityProfile. withCountInOrg(Integer countInOrg)DomainSecurityProfileDomainSecurityProfile. withDomainCategories(List<ReputationCategory> domainCategories)DomainSecurityProfileDomainSecurityProfile. withDomainRegisteredDateTime(OffsetDateTime domainRegisteredDateTime)DomainSecurityProfileDomainSecurityProfile. withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)DomainSecurityProfileDomainSecurityProfile. withLastSeenDateTime(OffsetDateTime lastSeenDateTime)DomainSecurityProfileDomainSecurityProfile. withName(String name)DomainSecurityProfileDomainSecurityProfile. withRegistrant(DomainRegistrant registrant)DomainSecurityProfileDomainSecurityProfile. withRiskScore(String riskScore)DomainSecurityProfileDomainSecurityProfile. withTags(List<String> tags)DomainSecurityProfileDomainSecurityProfile. withUnmappedField(String name, String value)DomainSecurityProfileDomainSecurityProfile. withVendorInformation(SecurityVendorInformation vendorInformation)
-