IDomainSecuritySettings Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.DomainSecuritySettingsTypeConverter))]
public interface IDomainSecuritySettings : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.Api202001.DomainSecuritySettingsTypeConverter))>]
type IDomainSecuritySettings = interface
interface IJsonSerializable
Public Interface IDomainSecuritySettings
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |