Перейти к основному содержимому

AzureStorageCredentialsControllerService_v12

Описание

Предоставляет учетные данные для процессоров Azure Storage с использованием библиотеки клиента Azure Storage v12.

Теги

azure, microsoft, cloud, storage, blob, credentials, queue

Свойства

НазваниеОписание
Storage Account NameThe storage account name. Чувствительный параметр: true
Endpoint SuffixВ общедоступных учетных записях хранения Azure всегда используется общий суффикс FQDN. При определенных обстоятельствах (например, в Azure Stack или в непубличных регионах Azure) этот суффикс можно заменить другим.
Credentials TypeТип учетных данных, используемых для аутентификации в Azure
Account KeyThe storage account key. This is an admin-like password providing access to every container in this account. It is recommended one uses Shared Access Signature (SAS) token, Managed Identity or Service Principal instead for fine-grained control with policies. Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "Account Key".
SAS TokenShared Access Signature token (the leading '?' may be included) Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "SAS Token".
Managed Identity Client IDИдентификатор клиента управляемой идентификации. Это свойство необходимо, если для аутентификации используется управляемая идентификация, назначаемая пользователем. В случае управляемой идентификации, назначаемой системой, оно должно быть пустым. Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "Managed Identity".
Service Principal Tenant IDИдентификатор клиента Azure Active Directory, в котором размещен субъект-служба. Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "Service Principal".
Service Principal Client IDИдентификатор клиента (или идентификатор приложения) клиента/приложения, в котором размещен субъект-служба. Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "Service Principal".
Service Principal Client SecretПароль клиента/приложения. Чувствительный параметр: trueThis Property is only considered if the [Credentials Type] Property has a value of "Service Principal".
Proxy Configuration ServiceSpecifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: SOCKS, HTTP In case of SOCKS, it is not guaranteed that the selected SOCKS Version will be used by the processor.This Property is only considered if the [Credentials Type] Property is set to one of the following values: [Service Principal], [Managed Identity]