Package odata.msgraph.client.beta.entity
Class Security
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.Security
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Security extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = false
Org.OData.Capabilities.V1.SkipSupported
true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.TopSupported
false
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSecurity.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<SecurityProviderStatus>providerStatusprotected StringproviderStatusNextLink-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecurity()
-
Method Summary
-
-
-
Field Detail
-
providerStatus
protected List<SecurityProviderStatus> providerStatus
-
providerStatusNextLink
protected String providerStatusNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderSecurity
public static Security.Builder builderSecurity()
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
-
getProviderStatus
public com.github.davidmoten.odata.client.CollectionPage<SecurityProviderStatus> getProviderStatus()
-
withProviderStatus
public Security withProviderStatus(List<SecurityProviderStatus> providerStatus)
-
getProviderStatus
public com.github.davidmoten.odata.client.CollectionPage<SecurityProviderStatus> getProviderStatus(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public Security withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getIncidents
public IncidentCollectionRequest getIncidents()
-
getAttackSimulation
public AttackSimulationRootRequest getAttackSimulation()
-
getAlerts
public AlertCollectionRequest getAlerts()
-
getCloudAppSecurityProfiles
public CloudAppSecurityProfileCollectionRequest getCloudAppSecurityProfiles()
-
getDomainSecurityProfiles
public DomainSecurityProfileCollectionRequest getDomainSecurityProfiles()
-
getFileSecurityProfiles
public FileSecurityProfileCollectionRequest getFileSecurityProfiles()
-
getHostSecurityProfiles
public HostSecurityProfileCollectionRequest getHostSecurityProfiles()
-
getIpSecurityProfiles
public IpSecurityProfileCollectionRequest getIpSecurityProfiles()
-
getProviderTenantSettings
public ProviderTenantSettingCollectionRequest getProviderTenantSettings()
-
getSecureScoreControlProfiles
public SecureScoreControlProfileCollectionRequest getSecureScoreControlProfiles()
-
getSecureScores
public SecureScoreCollectionRequest getSecureScores()
-
getSecurityActions
public SecurityActionCollectionRequest getSecurityActions()
-
getTiIndicators
public TiIndicatorCollectionRequest getTiIndicators()
-
getUserSecurityProfiles
public UserSecurityProfileCollectionRequest getUserSecurityProfiles()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public Security patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public Security put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
runHuntingQuery
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<HuntingQueryResults> runHuntingQuery(String query)
-
-