Package odata.msgraph.client.beta.entity
Class HostSecurityProfile
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.HostSecurityProfile
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class HostSecurityProfile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.SkipSupported
true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.TopSupported
true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHostSecurityProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringazureSubscriptionIdprotected StringazureTenantIdprotected OffsetDateTimefirstSeenDateTimeprotected Stringfqdnprotected BooleanisAzureAdJoinedprotected BooleanisAzureAdRegisteredprotected BooleanisHybridAzureDomainJoinedprotected OffsetDateTimelastSeenDateTimeprotected List<LogonUser>logonUsersprotected StringlogonUsersNextLinkprotected StringnetBiosNameprotected List<NetworkInterface>networkInterfacesprotected StringnetworkInterfacesNextLinkprotected Stringosprotected StringosVersionprotected StringparentHostprotected List<String>relatedHostIdsprotected StringrelatedHostIdsNextLinkprotected StringriskScoreprotected List<String>tagsprotected StringtagsNextLinkprotected SecurityVendorInformationvendorInformation-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHostSecurityProfile()
-
Method Summary
-
-
-
Field Detail
-
azureSubscriptionId
protected String azureSubscriptionId
-
azureTenantId
protected String azureTenantId
-
firstSeenDateTime
protected OffsetDateTime firstSeenDateTime
-
fqdn
protected String fqdn
-
isAzureAdJoined
protected Boolean isAzureAdJoined
-
isAzureAdRegistered
protected Boolean isAzureAdRegistered
-
isHybridAzureDomainJoined
protected Boolean isHybridAzureDomainJoined
-
lastSeenDateTime
protected OffsetDateTime lastSeenDateTime
-
logonUsersNextLink
protected String logonUsersNextLink
-
netBiosName
protected String netBiosName
-
networkInterfaces
protected List<NetworkInterface> networkInterfaces
-
networkInterfacesNextLink
protected String networkInterfacesNextLink
-
os
protected String os
-
osVersion
protected String osVersion
-
parentHost
protected String parentHost
-
relatedHostIdsNextLink
protected String relatedHostIdsNextLink
-
riskScore
protected String riskScore
-
tagsNextLink
protected String tagsNextLink
-
vendorInformation
protected SecurityVendorInformation vendorInformation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderHostSecurityProfile
public static HostSecurityProfile.Builder builderHostSecurityProfile()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withAzureSubscriptionId
public HostSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
-
withAzureTenantId
public HostSecurityProfile withAzureTenantId(String azureTenantId)
-
getFirstSeenDateTime
public Optional<OffsetDateTime> getFirstSeenDateTime()
-
withFirstSeenDateTime
public HostSecurityProfile withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)
-
withFqdn
public HostSecurityProfile withFqdn(String fqdn)
-
withIsAzureAdJoined
public HostSecurityProfile withIsAzureAdJoined(Boolean isAzureAdJoined)
-
withIsAzureAdRegistered
public HostSecurityProfile withIsAzureAdRegistered(Boolean isAzureAdRegistered)
-
withIsHybridAzureDomainJoined
public HostSecurityProfile withIsHybridAzureDomainJoined(Boolean isHybridAzureDomainJoined)
-
getLastSeenDateTime
public Optional<OffsetDateTime> getLastSeenDateTime()
-
withLastSeenDateTime
public HostSecurityProfile withLastSeenDateTime(OffsetDateTime lastSeenDateTime)
-
getLogonUsers
public com.github.davidmoten.odata.client.CollectionPage<LogonUser> getLogonUsers()
-
withLogonUsers
public HostSecurityProfile withLogonUsers(List<LogonUser> logonUsers)
-
getLogonUsers
public com.github.davidmoten.odata.client.CollectionPage<LogonUser> getLogonUsers(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withNetBiosName
public HostSecurityProfile withNetBiosName(String netBiosName)
-
getNetworkInterfaces
public com.github.davidmoten.odata.client.CollectionPage<NetworkInterface> getNetworkInterfaces()
-
withNetworkInterfaces
public HostSecurityProfile withNetworkInterfaces(List<NetworkInterface> networkInterfaces)
-
getNetworkInterfaces
public com.github.davidmoten.odata.client.CollectionPage<NetworkInterface> getNetworkInterfaces(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withOs
public HostSecurityProfile withOs(String os)
-
withOsVersion
public HostSecurityProfile withOsVersion(String osVersion)
-
withParentHost
public HostSecurityProfile withParentHost(String parentHost)
-
getRelatedHostIds
public com.github.davidmoten.odata.client.CollectionPage<String> getRelatedHostIds()
-
withRelatedHostIds
public HostSecurityProfile withRelatedHostIds(List<String> relatedHostIds)
-
getRelatedHostIds
public com.github.davidmoten.odata.client.CollectionPage<String> getRelatedHostIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withRiskScore
public HostSecurityProfile withRiskScore(String riskScore)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
-
withTags
public HostSecurityProfile withTags(List<String> tags)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getVendorInformation
public Optional<SecurityVendorInformation> getVendorInformation()
-
withVendorInformation
public HostSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
-
withUnmappedField
public HostSecurityProfile withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public HostSecurityProfile patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public HostSecurityProfile put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-