Class AppliedConditionalAccessPolicy

java.lang.Object
com.microsoft.graph.models.AppliedConditionalAccessPolicy
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AppliedConditionalAccessPolicy extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Applied Conditional Access Policy.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Name of the conditional access policy.
    • enforcedGrantControls

      @SerializedName(value="enforcedGrantControls", alternate="EnforcedGrantControls") @Expose @Nullable public List<String> enforcedGrantControls
      The Enforced Grant Controls. Refers to the grant controls enforced by the conditional access policy (example: 'Require multi-factor authentication').
    • enforcedSessionControls

      @SerializedName(value="enforcedSessionControls", alternate="EnforcedSessionControls") @Expose @Nullable public List<String> enforcedSessionControls
      The Enforced Session Controls. Refers to the session controls enforced by the conditional access policy (example: 'Require app enforced controls').
    • id

      @SerializedName(value="id", alternate="Id") @Expose @Nullable public String id
      The Id. Identifier of the conditional access policy.
    • result

      @SerializedName(value="result", alternate="Result") @Expose @Nullable public AppliedConditionalAccessPolicyResult result
      The Result. Indicates the result of the CA policy that was triggered. Possible values are: success, failure, notApplied (Policy isn't applied because policy conditions were not met),notEnabled (This is due to the policy in disabled state), unknown, unknownFutureValue, reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted. Note that you must use the Prefer: include-unknown-enum-members request header to get the following values in this evolvable enum: reportOnlySuccess, reportOnlyFailure, reportOnlyNotApplied, reportOnlyInterrupted.
  • Constructor Details

    • AppliedConditionalAccessPolicy

      public AppliedConditionalAccessPolicy()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to