DomainSecuritySettings 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.
Domain Security Settings
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.DomainSecuritySettingsTypeConverter))]
public class DomainSecuritySettings : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainSecuritySettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.DomainSecuritySettingsTypeConverter))>]
type DomainSecuritySettings = class
interface IDomainSecuritySettings
interface IJsonSerializable
Public Class DomainSecuritySettings
Implements IDomainSecuritySettings
- Inheritance
-
DomainSecuritySettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| DomainSecuritySettings() |
Creates an new DomainSecuritySettings instance. |
Properties
| Name | Description |
|---|---|
| NtlmV1 |
A flag to determine whether or not NtlmV1 is enabled or disabled. |
| SyncKerberosPassword |
A flag to determine whether or not SyncKerberosPasswords is enabled or disabled. |
| SyncNtlmPassword |
A flag to determine whether or not SyncNtlmPasswords is enabled or disabled. |
| SyncOnPremPassword |
A flag to determine whether or not SyncOnPremPasswords is enabled or disabled. |
| TlsV1 |
A flag to determine whether or not TlsV1 is enabled or disabled. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of DomainSecuritySettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DomainSecuritySettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.IDomainSecuritySettings. |
| FromJsonString(String) |
Creates a new instance of DomainSecuritySettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of DomainSecuritySettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |