Class TenantAppManagementPolicy

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

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

    • TenantAppManagementPolicy

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

    • createFromDiscriminatorValue

      @Nonnull public static TenantAppManagementPolicy 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 TenantAppManagementPolicy
    • getApplicationRestrictions

      @Nullable public AppManagementApplicationConfiguration getApplicationRestrictions()
      Gets the applicationRestrictions property value. Restrictions that apply as default to all application objects in the tenant.
      Returns:
      a AppManagementApplicationConfiguration
    • 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. Default value is false.
      Returns:
      a Boolean
    • getServicePrincipalRestrictions

      @Nullable public AppManagementServicePrincipalConfiguration getServicePrincipalRestrictions()
      Gets the servicePrincipalRestrictions property value. Restrictions that apply as default to all service principal objects in the tenant.
      Returns:
      a AppManagementServicePrincipalConfiguration
    • 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
    • setApplicationRestrictions

      public void setApplicationRestrictions(@Nullable AppManagementApplicationConfiguration value)
      Sets the applicationRestrictions property value. Restrictions that apply as default to all application objects in the tenant.
      Parameters:
      value - Value to set for the applicationRestrictions property.
    • setIsEnabled

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

      public void setServicePrincipalRestrictions(@Nullable AppManagementServicePrincipalConfiguration value)
      Sets the servicePrincipalRestrictions property value. Restrictions that apply as default to all service principal objects in the tenant.
      Parameters:
      value - Value to set for the servicePrincipalRestrictions property.