Package odata.msgraph.client.entity
Class Security
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.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<Alert>alertsprotected List<Alert>alerts_v2protected AttackSimulationRootattackSimulationprotected CasesRootcasesprotected List<Incident>incidentsprotected List<SecureScoreControlProfile>secureScoreControlProfilesprotected List<SecureScore>secureScoresprotected List<SubjectRightsRequest>subjectRightsRequestsprotected ThreatIntelligencethreatIntelligenceprotected TriggersRoottriggersprotected TriggerTypesRoottriggerTypes-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecurity()
-
Method Summary
-
-
-
Field Detail
-
subjectRightsRequests
protected List<SubjectRightsRequest> subjectRightsRequests
-
cases
protected CasesRoot cases
-
attackSimulation
protected AttackSimulationRoot attackSimulation
-
triggers
protected TriggersRoot triggers
-
triggerTypes
protected TriggerTypesRoot triggerTypes
-
secureScoreControlProfiles
protected List<SecureScoreControlProfile> secureScoreControlProfiles
-
secureScores
protected List<SecureScore> secureScores
-
threatIntelligence
protected ThreatIntelligence threatIntelligence
-
-
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
-
withUnmappedField
public Security withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getSubjectRightsRequests
public SubjectRightsRequestCollectionRequest getSubjectRightsRequests()
-
getCases
public CasesRootRequest getCases()
-
getAlerts_v2
public AlertCollectionRequest getAlerts_v2()
-
getIncidents
public IncidentCollectionRequest getIncidents()
-
getAttackSimulation
public AttackSimulationRootRequest getAttackSimulation()
-
getTriggers
public TriggersRootRequest getTriggers()
-
getTriggerTypes
public TriggerTypesRootRequest getTriggerTypes()
-
getAlerts
public AlertCollectionRequest getAlerts()
-
getSecureScoreControlProfiles
public SecureScoreControlProfileCollectionRequest getSecureScoreControlProfiles()
-
getSecureScores
public SecureScoreCollectionRequest getSecureScores()
-
getThreatIntelligence
public ThreatIntelligenceRequest getThreatIntelligence()
-
withSubjectRightsRequests
public Security withSubjectRightsRequests(List<SubjectRightsRequest> subjectRightsRequests)
-
withAttackSimulation
public Security withAttackSimulation(AttackSimulationRoot attackSimulation)
-
withTriggers
public Security withTriggers(TriggersRoot triggers)
-
withTriggerTypes
public Security withTriggerTypes(TriggerTypesRoot triggerTypes)
-
withSecureScoreControlProfiles
public Security withSecureScoreControlProfiles(List<SecureScoreControlProfile> secureScoreControlProfiles)
-
withSecureScores
public Security withSecureScores(List<SecureScore> secureScores)
-
withThreatIntelligence
public Security withThreatIntelligence(ThreatIntelligence threatIntelligence)
-
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).
-
-