Share via


ICacheDirectorySettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheDirectorySettingsTypeConverter))]
public interface ICacheDirectorySettings : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheDirectorySettingsTypeConverter))>]
type ICacheDirectorySettings = interface
    interface IJsonSerializable
Public Interface ICacheDirectorySettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ActiveDirectoryCacheNetBiosName

The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z].

ActiveDirectoryDomainJoined

True if the HPC Cache is joined to the Active Directory domain.

ActiveDirectoryDomainName

The fully qualified domain name of the Active Directory domain controller.

ActiveDirectoryDomainNetBiosName

The Active Directory domain's NetBIOS name.

ActiveDirectoryPrimaryDnsIPAddress

Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.

ActiveDirectorySecondaryDnsIPAddress

Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.

CredentialsBindDn

The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.

CredentialsBindPassword

The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.

CredentialsPassword

Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.

CredentialsUsername

Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.

UsernameDownloadAutoDownloadCertificate

Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.

UsernameDownloadCaCertificateUri

The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.

UsernameDownloadEncryptLdapConnection

Whether or not the LDAP connection should be encrypted.

UsernameDownloadExtendedGroup

Whether or not Extended Groups is enabled.

UsernameDownloadGroupFileUri

The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'.

UsernameDownloadLdapBaseDn

The base distinguished name for the LDAP domain.

UsernameDownloadLdapServer

The fully qualified domain name or IP address of the LDAP server to use.

UsernameDownloadRequireValidCertificate

Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.

UsernameDownloadUserFileUri

The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.

UsernameDownloadUsernameDownloaded

Indicates whether or not the HPC Cache has performed the username download successfully.

UsernameDownloadUsernameSource

This setting determines how the cache gets username and group names for clients.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to