SecuritySettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The security settings of a device.
[Microsoft.Rest.Serialization.JsonTransformation]
public class SecuritySettings : Microsoft.Azure.Management.EdgeGateway.Models.ARMBaseModel
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SecuritySettings = class
inherit ARMBaseModel
Public Class SecuritySettings
Inherits ARMBaseModel
- Inheritance
- Attributes
Constructors
SecuritySettings() |
Initializes a new instance of the SecuritySettings class. |
SecuritySettings(AsymmetricEncryptedSecret, String, String, String) |
Initializes a new instance of the SecuritySettings class. |
Properties
DeviceAdminPassword |
Gets or sets 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. |
Id |
Gets the path ID that uniquely identifies the object. (Inherited from ARMBaseModel) |
Name |
Gets the object name. (Inherited from ARMBaseModel) |
Type |
Gets the hierarchical type of the object. (Inherited from ARMBaseModel) |
Methods
Validate() |
Validate the object. |