public class HostSecurityProfile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
HostSecurityProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
azureSubscriptionId |
protected String |
azureTenantId |
protected OffsetDateTime |
firstSeenDateTime |
protected String |
fqdn |
protected Boolean |
isAzureAdJoined |
protected Boolean |
isAzureAdRegistered |
protected Boolean |
isHybridAzureDomainJoined |
protected OffsetDateTime |
lastSeenDateTime |
protected List<LogonUser> |
logonUsers |
protected String |
logonUsersNextLink |
protected String |
netBiosName |
protected List<NetworkInterface> |
networkInterfaces |
protected String |
networkInterfacesNextLink |
protected String |
os |
protected String |
osVersion |
protected String |
parentHost |
protected List<String> |
relatedHostIds |
protected String |
relatedHostIdsNextLink |
protected String |
riskScore |
protected List<String> |
tags |
protected String |
tagsNextLink |
protected SecurityVendorInformation |
vendorInformation |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
HostSecurityProfile() |
| Modifier and Type | Method and Description |
|---|---|
static HostSecurityProfile.Builder |
builderHostSecurityProfile()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getAzureSubscriptionId() |
Optional<String> |
getAzureTenantId() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getFirstSeenDateTime() |
Optional<String> |
getFqdn() |
Optional<Boolean> |
getIsAzureAdJoined() |
Optional<Boolean> |
getIsAzureAdRegistered() |
Optional<Boolean> |
getIsHybridAzureDomainJoined() |
Optional<OffsetDateTime> |
getLastSeenDateTime() |
com.github.davidmoten.odata.client.CollectionPage<LogonUser> |
getLogonUsers() |
com.github.davidmoten.odata.client.CollectionPage<LogonUser> |
getLogonUsers(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getNetBiosName() |
com.github.davidmoten.odata.client.CollectionPage<NetworkInterface> |
getNetworkInterfaces() |
com.github.davidmoten.odata.client.CollectionPage<NetworkInterface> |
getNetworkInterfaces(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getOs() |
Optional<String> |
getOsVersion() |
Optional<String> |
getParentHost() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getRelatedHostIds() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getRelatedHostIds(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getRiskScore() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTags() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTags(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<SecurityVendorInformation> |
getVendorInformation() |
String |
odataTypeName() |
HostSecurityProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
HostSecurityProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
HostSecurityProfile |
withAzureSubscriptionId(String azureSubscriptionId) |
HostSecurityProfile |
withAzureTenantId(String azureTenantId) |
HostSecurityProfile |
withFirstSeenDateTime(OffsetDateTime firstSeenDateTime) |
HostSecurityProfile |
withFqdn(String fqdn) |
HostSecurityProfile |
withIsAzureAdJoined(Boolean isAzureAdJoined) |
HostSecurityProfile |
withIsAzureAdRegistered(Boolean isAzureAdRegistered) |
HostSecurityProfile |
withIsHybridAzureDomainJoined(Boolean isHybridAzureDomainJoined) |
HostSecurityProfile |
withLastSeenDateTime(OffsetDateTime lastSeenDateTime) |
HostSecurityProfile |
withNetBiosName(String netBiosName) |
HostSecurityProfile |
withOs(String os) |
HostSecurityProfile |
withOsVersion(String osVersion) |
HostSecurityProfile |
withParentHost(String parentHost) |
HostSecurityProfile |
withRiskScore(String riskScore) |
HostSecurityProfile |
withVendorInformation(SecurityVendorInformation vendorInformation) |
protected String azureSubscriptionId
protected String azureTenantId
protected OffsetDateTime firstSeenDateTime
protected String fqdn
protected Boolean isAzureAdJoined
protected Boolean isAzureAdRegistered
protected Boolean isHybridAzureDomainJoined
protected OffsetDateTime lastSeenDateTime
protected String logonUsersNextLink
protected String netBiosName
protected List<NetworkInterface> networkInterfaces
protected String networkInterfacesNextLink
protected String os
protected String osVersion
protected String parentHost
protected String relatedHostIdsNextLink
protected String riskScore
protected String tagsNextLink
protected SecurityVendorInformation vendorInformation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static HostSecurityProfile.Builder builderHostSecurityProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic HostSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
public HostSecurityProfile withAzureTenantId(String azureTenantId)
public Optional<OffsetDateTime> getFirstSeenDateTime()
public HostSecurityProfile withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)
public HostSecurityProfile withFqdn(String fqdn)
public HostSecurityProfile withIsAzureAdJoined(Boolean isAzureAdJoined)
public HostSecurityProfile withIsAzureAdRegistered(Boolean isAzureAdRegistered)
public HostSecurityProfile withIsHybridAzureDomainJoined(Boolean isHybridAzureDomainJoined)
public Optional<OffsetDateTime> getLastSeenDateTime()
public HostSecurityProfile withLastSeenDateTime(OffsetDateTime lastSeenDateTime)
public com.github.davidmoten.odata.client.CollectionPage<LogonUser> getLogonUsers()
public com.github.davidmoten.odata.client.CollectionPage<LogonUser> getLogonUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)
public HostSecurityProfile withNetBiosName(String netBiosName)
public com.github.davidmoten.odata.client.CollectionPage<NetworkInterface> getNetworkInterfaces()
public com.github.davidmoten.odata.client.CollectionPage<NetworkInterface> getNetworkInterfaces(com.github.davidmoten.odata.client.HttpRequestOptions options)
public HostSecurityProfile withOs(String os)
public HostSecurityProfile withOsVersion(String osVersion)
public HostSecurityProfile withParentHost(String parentHost)
public com.github.davidmoten.odata.client.CollectionPage<String> getRelatedHostIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getRelatedHostIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
public HostSecurityProfile withRiskScore(String riskScore)
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
public com.github.davidmoten.odata.client.CollectionPage<String> getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<SecurityVendorInformation> getVendorInformation()
public HostSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic HostSecurityProfile patch()
this with changed fields reset.public HostSecurityProfile put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.