Class SecuritySettingsProperties

java.lang.Object
com.azure.resourcemanager.databoxedge.fluent.models.SecuritySettingsProperties

public final class SecuritySettingsProperties extends Object
The properties of security settings.
  • Constructor Details

    • SecuritySettingsProperties

      public SecuritySettingsProperties()
      Creates an instance of SecuritySettingsProperties class.
  • Method Details

    • deviceAdminPassword

      public AsymmetricEncryptedSecret deviceAdminPassword()
      Get the deviceAdminPassword property: Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to sign into the local web UI of the device. The Actual password should have at least 8 characters that are a combination of uppercase, lowercase, numeric, and special characters.
      Returns:
      the deviceAdminPassword value.
    • withDeviceAdminPassword

      public SecuritySettingsProperties withDeviceAdminPassword(AsymmetricEncryptedSecret deviceAdminPassword)
      Set the deviceAdminPassword property: Device administrator password as an encrypted string (encrypted using RSA PKCS #1) is used to sign into the local web UI of the device. The Actual password should have at least 8 characters that are a combination of uppercase, lowercase, numeric, and special characters.
      Parameters:
      deviceAdminPassword - the deviceAdminPassword value to set.
      Returns:
      the SecuritySettingsProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.