AzureStorageCredentialsControllerService_v12
Описание
Предоставляет учетные данные для процессоров Azure Storage с использованием библиотеки клиента Azure Storage v12.
Теги
azure, microsoft, cloud, storage, blob, credentials, queue
Свойства
Название | Описание |
---|---|
Storage Account Name | The storage account name. Чувствительный параметр: true |
Endpoint Suffix | В общедоступных учетных записях хранения Azure всегда используется общий суффикс FQDN. При определенных обстоятельствах (например, в Azure Stack или в непубличных регионах Azure) этот суффикс можно заменить другим. |
Credentials Type | Тип учетных данных, используемых для аутентификации в Azure |
Account Key | The 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 Token | Shared 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 Service | Specifies 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] |