Class ConditionalAccessRoot

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

public class ConditionalAccessRoot extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Conditional Access Root.
  • Field Details

    • authenticationContextClassReferences

      @SerializedName(value="authenticationContextClassReferences", alternate="AuthenticationContextClassReferences") @Expose @Nullable public AuthenticationContextClassReferenceCollectionPage authenticationContextClassReferences
      The Authentication Context Class References. Read-only. Nullable. Returns a collection of the specified authentication context class references.
    • namedLocations

      @SerializedName(value="namedLocations", alternate="NamedLocations") @Expose @Nullable public NamedLocationCollectionPage namedLocations
      The Named Locations. Read-only. Nullable. Returns a collection of the specified named locations.
    • policies

      @SerializedName(value="policies", alternate="Policies") @Expose @Nullable public ConditionalAccessPolicyCollectionPage policies
      The Policies. Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies.
    • templates

      @SerializedName(value="templates", alternate="Templates") @Expose @Nullable public ConditionalAccessTemplateCollectionPage templates
      The Templates. Read-only. Nullable. Returns a collection of the specified Conditional Access templates.
  • Constructor Details

    • ConditionalAccessRoot

      public ConditionalAccessRoot()
  • Method Details

    • 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
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to