Class AppManagementPolicy

All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

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

    • AppManagementPolicy

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

    • createFromDiscriminatorValue

      @Nonnull public static AppManagementPolicy 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 AppManagementPolicy
    • getAppliesTo

      @Nullable public List<DirectoryObject> getAppliesTo()
      Gets the appliesTo property value. Collection of applications and service principals to which the policy is applied.
      Returns:
      a List<DirectoryObject>
    • 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 PolicyBase
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getIsEnabled

      @Nullable public Boolean getIsEnabled()
      Gets the isEnabled property value. Denotes whether the policy is enabled.
      Returns:
      a Boolean
    • getRestrictions

      @Nullable public CustomAppManagementConfiguration getRestrictions()
      Gets the restrictions property value. Restrictions that apply to an application or service principal object.
      Returns:
      a CustomAppManagementConfiguration
    • 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 PolicyBase
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAppliesTo

      public void setAppliesTo(@Nullable List<DirectoryObject> value)
      Sets the appliesTo property value. Collection of applications and service principals to which the policy is applied.
      Parameters:
      value - Value to set for the appliesTo property.
    • setIsEnabled

      public void setIsEnabled(@Nullable Boolean value)
      Sets the isEnabled property value. Denotes whether the policy is enabled.
      Parameters:
      value - Value to set for the isEnabled property.
    • setRestrictions

      public void setRestrictions(@Nullable CustomAppManagementConfiguration value)
      Sets the restrictions property value. Restrictions that apply to an application or service principal object.
      Parameters:
      value - Value to set for the restrictions property.