CacheUsernameDownloadSettingsCredentials 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.
When present, these are the credentials for the secure LDAP connection.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheUsernameDownloadSettingsCredentialsTypeConverter))]
public class CacheUsernameDownloadSettingsCredentials : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheUsernameDownloadSettingsCredentials
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.CacheUsernameDownloadSettingsCredentialsTypeConverter))>]
type CacheUsernameDownloadSettingsCredentials = class
interface ICacheUsernameDownloadSettingsCredentials
interface IJsonSerializable
Public Class CacheUsernameDownloadSettingsCredentials
Implements ICacheUsernameDownloadSettingsCredentials
- Inheritance
-
CacheUsernameDownloadSettingsCredentials
- Attributes
- Implements
Constructors
CacheUsernameDownloadSettingsCredentials() |
Creates an new CacheUsernameDownloadSettingsCredentials instance. |
Properties
BindDn |
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. |
BindPassword |
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CacheUsernameDownloadSettingsCredentials. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CacheUsernameDownloadSettingsCredentials. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ICacheUsernameDownloadSettingsCredentials. |
FromJsonString(String) |
Creates a new instance of CacheUsernameDownloadSettingsCredentials, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CacheUsernameDownloadSettingsCredentials into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |