Class ConditionalAccessTemplate

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

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

    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The user-friendly name of the template.
    • details

      @SerializedName(value="details", alternate="Details") @Expose @Nullable public ConditionalAccessPolicyDetail details
      The Details. Complete list of policy details specific to the template. This property contains the JSON of policy settings for configuring a Conditional Access policy.
    • name

      @SerializedName(value="name", alternate="Name") @Expose @Nullable public String name
      The Name. The user-friendly name of the template.
    • scenarios

      @SerializedName(value="scenarios", alternate="Scenarios") @Expose @Nullable public EnumSet<TemplateScenarios> scenarios
      The Scenarios. List of conditional access scenarios that the template is recommended for. The possible values are: new, secureFoundation, zeroTrust, remoteWork, protectAdmins, emergingThreats, unknownFutureValue. This is a multi-valued enum. Supports $filter (has).
  • Constructor Details

    • ConditionalAccessTemplate

      public ConditionalAccessTemplate()
  • 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