RegistryAdapter Class
Server farm registry adapter configuration.
Constructor
RegistryAdapter(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
registry_key
|
Registry key for the adapter. |
|
type
|
Type of the registry adapter. Known values are: "Binary", "String", "Expand_String", "Multi_String", "DWord", and "QWord". |
|
key_vault_secret_reference
|
Key vault reference to the value that will be placed in the registry location. |
Attributes
key_vault_secret_reference
Key vault reference to the value that will be placed in the registry location.
key_vault_secret_reference: _models.KeyVaultReferenceWithStatus | None
registry_key
Registry key for the adapter.
registry_key: str | None
type
"Binary", "String", "Expand_String", "Multi_String", "DWord", and "QWord".
type: str | _models.RegistryAdapterType | None