StorageCacheUsernameDownloadSettings Class

Definition

Settings for Extended Groups username and group download.

public class StorageCacheUsernameDownloadSettings
public class StorageCacheUsernameDownloadSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StorageCache.Models.StorageCacheUsernameDownloadSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StorageCache.Models.StorageCacheUsernameDownloadSettings>
type StorageCacheUsernameDownloadSettings = class
type StorageCacheUsernameDownloadSettings = class
    interface IJsonModel<StorageCacheUsernameDownloadSettings>
    interface IPersistableModel<StorageCacheUsernameDownloadSettings>
Public Class StorageCacheUsernameDownloadSettings
Public Class StorageCacheUsernameDownloadSettings
Implements IJsonModel(Of StorageCacheUsernameDownloadSettings), IPersistableModel(Of StorageCacheUsernameDownloadSettings)
Inheritance
StorageCacheUsernameDownloadSettings
Implements

Constructors

StorageCacheUsernameDownloadSettings()

Initializes a new instance of StorageCacheUsernameDownloadSettings.

Properties

AutoDownloadCertificate

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

CaCertificateUri

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

Credentials

When present, these are the credentials for the secure LDAP connection.

EnableExtendedGroups

Whether or not Extended Groups is enabled.

EncryptLdapConnection

Whether or not the LDAP connection should be encrypted.

GroupFileUri

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

LdapBaseDN

The base distinguished name for the LDAP domain.

LdapServer

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

RequireValidCertificate

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

UserFileUri

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

UsernameDownloaded

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

UsernameSource

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

Explicit Interface Implementations

IJsonModel<StorageCacheUsernameDownloadSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StorageCacheUsernameDownloadSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageCacheUsernameDownloadSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageCacheUsernameDownloadSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StorageCacheUsernameDownloadSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to