public class Security extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = true
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = false
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.TopSupported
false
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
Security.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<SecurityProviderStatus> |
providerStatus |
protected String |
providerStatusNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Security() |
protected List<SecurityProviderStatus> providerStatus
protected String providerStatusNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Security.Builder builderSecurity()
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 com.github.davidmoten.odata.client.CollectionPage<SecurityProviderStatus> getProviderStatus()
public com.github.davidmoten.odata.client.CollectionPage<SecurityProviderStatus> getProviderStatus(com.github.davidmoten.odata.client.HttpRequestOptions options)
public AlertCollectionRequest getAlerts()
public CloudAppSecurityProfileCollectionRequest getCloudAppSecurityProfiles()
public DomainSecurityProfileCollectionRequest getDomainSecurityProfiles()
public FileSecurityProfileCollectionRequest getFileSecurityProfiles()
public HostSecurityProfileCollectionRequest getHostSecurityProfiles()
public IpSecurityProfileCollectionRequest getIpSecurityProfiles()
public ProviderTenantSettingCollectionRequest getProviderTenantSettings()
public SecureScoreControlProfileCollectionRequest getSecureScoreControlProfiles()
public SecureScoreCollectionRequest getSecureScores()
public TiIndicatorCollectionRequest getTiIndicators()
public UserSecurityProfileCollectionRequest getUserSecurityProfiles()
public SecurityActionCollectionRequest getSecurityActions()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Security patch()
this with changed fields reset.public Security put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.