Class ConditionalAccessRoot

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ConditionalAccessRoot
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class ConditionalAccessRoot extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • ConditionalAccessRoot

      public ConditionalAccessRoot()
      Instantiates a new ConditionalAccessRoot and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static ConditionalAccessRoot createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a ConditionalAccessRoot
    • getAuthenticationContextClassReferences

      @Nullable public List<AuthenticationContextClassReference> getAuthenticationContextClassReferences()
      Gets the authenticationContextClassReferences property value. Read-only. Nullable. Returns a collection of the specified authentication context class references.
      Returns:
      a List<AuthenticationContextClassReference>
    • getAuthenticationStrength

      @Nullable public AuthenticationStrengthRoot getAuthenticationStrength()
      Gets the authenticationStrength property value. The authenticationStrength property
      Returns:
      a AuthenticationStrengthRoot
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getNamedLocations

      @Nullable public List<NamedLocation> getNamedLocations()
      Gets the namedLocations property value. Read-only. Nullable. Returns a collection of the specified named locations.
      Returns:
      a List<NamedLocation>
    • getPolicies

      @Nullable public List<ConditionalAccessPolicy> getPolicies()
      Gets the policies property value. Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies.
      Returns:
      a List<ConditionalAccessPolicy>
    • getTemplates

      @Nullable public List<ConditionalAccessTemplate> getTemplates()
      Gets the templates property value. Read-only. Nullable. Returns a collection of the specified Conditional Access templates.
      Returns:
      a List<ConditionalAccessTemplate>
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAuthenticationContextClassReferences

      public void setAuthenticationContextClassReferences(@Nullable List<AuthenticationContextClassReference> value)
      Sets the authenticationContextClassReferences property value. Read-only. Nullable. Returns a collection of the specified authentication context class references.
      Parameters:
      value - Value to set for the authenticationContextClassReferences property.
    • setAuthenticationStrength

      public void setAuthenticationStrength(@Nullable AuthenticationStrengthRoot value)
      Sets the authenticationStrength property value. The authenticationStrength property
      Parameters:
      value - Value to set for the authenticationStrength property.
    • setNamedLocations

      public void setNamedLocations(@Nullable List<NamedLocation> value)
      Sets the namedLocations property value. Read-only. Nullable. Returns a collection of the specified named locations.
      Parameters:
      value - Value to set for the namedLocations property.
    • setPolicies

      public void setPolicies(@Nullable List<ConditionalAccessPolicy> value)
      Sets the policies property value. Read-only. Nullable. Returns a collection of the specified Conditional Access (CA) policies.
      Parameters:
      value - Value to set for the policies property.
    • setTemplates

      public void setTemplates(@Nullable List<ConditionalAccessTemplate> value)
      Sets the templates property value. Read-only. Nullable. Returns a collection of the specified Conditional Access templates.
      Parameters:
      value - Value to set for the templates property.