Class SecuritySettings

java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.databoxedge.models.ArmBaseModel
com.azure.resourcemanager.databoxedge.models.SecuritySettings

public final class SecuritySettings extends ArmBaseModel
The security settings of a device.
  • Constructor Details

    • SecuritySettings

      public SecuritySettings()
      Creates an instance of SecuritySettings 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 SecuritySettings 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 SecuritySettings object itself.
    • validate

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