SecuritySettingsPatch interface
Represents the patch request for the security settings of a device.
Properties
chap |
The device CHAP and reverse-CHAP settings. |
cloud |
The cloud appliance settings. |
device |
The device administrator password. |
remote |
The remote management settings. |
snapshot |
The snapshot manager password. |
Property Details
chapSettings
cloudApplianceSettings
The cloud appliance settings.
cloudApplianceSettings?: CloudApplianceSettings
Property Value
deviceAdminPassword
The device administrator password.
deviceAdminPassword?: AsymmetricEncryptedSecret
Property Value
remoteManagementSettings
The remote management settings.
remoteManagementSettings?: RemoteManagementSettingsPatch
Property Value
snapshotPassword
The snapshot manager password.
snapshotPassword?: AsymmetricEncryptedSecret
Property Value
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript