RegistryAdapter Class

Server farm registry adapter configuration.

Constructor

RegistryAdapter()

Variables

Name Description
registry_key
str

Registry key for the adapter.

type
Union[str, <xref:"RegistryAdapterType">]

Type of the registry adapter. Known values are: "Binary", "String", "Expand_String", "Multi_String", "DWord", and "QWord".

key_vault_secret_reference
<xref:<xref:"KeyVaultReferenceWithStatus">>

Key vault reference to the value that will be placed in the registry location.

Attributes

keyVaultSecretReference

Key vault reference to the value that will be placed in the registry location.

keyVaultSecretReference: KeyVaultReferenceWithStatus

registryKey

Registry key for the adapter.

registryKey: str

type

"Binary", "String", "Expand_String", "Multi_String", "DWord", and "QWord".

type: str | RegistryAdapterType