az containerapp auth twitter

管理 Twitter 識別提供者的 containerapp 驗證和授權。

命令

名稱 Description 類型 狀態
az containerapp auth twitter show

顯示 Twitter 識別提供者的驗證設定。

核心 GA
az containerapp auth twitter update

更新 Twitter 身分識別提供者的取用者密鑰和取用者密碼。

核心 GA

az containerapp auth twitter show

顯示 Twitter 識別提供者的驗證設定。

az containerapp auth twitter show [--ids]
                                  [--name]
                                  [--resource-group]
                                  [--subscription]

範例

顯示 Twitter 識別提供者的驗證設定。

az containerapp auth twitter show --name my-containerapp --resource-group MyResourceGroup

選擇性參數

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

--name -n

Containerapp 的名稱。 名稱必須包含小寫英數位元或 '-'、以字母開頭、以英數位元結尾、不能有 '--' 且必須小於 32 個字元。

--resource-group -g

資源群組的名稱。 您可以使用 來設定預設群組 az configure --defaults group=<name>

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az containerapp auth twitter update

更新 Twitter 身分識別提供者的取用者密鑰和取用者密碼。

az containerapp auth twitter update [--consumer-key]
                                    [--consumer-secret]
                                    [--consumer-secret-name]
                                    [--ids]
                                    [--name]
                                    [--resource-group]
                                    [--subscription]
                                    [--yes]

範例

更新 Twitter 身分識別提供者的取用者密鑰和取用者密碼。

az containerapp auth twitter update  -g myResourceGroup --name my-containerapp \
  --consumer-key my-client-id --consumer-secret very_secret_password

選擇性參數

--consumer-key

用於登入之 Twitter 應用程式的 OAuth 1.0a 取用者密鑰。

--consumer-secret

取用者秘密。

--consumer-secret-name --secret-name

包含應用程式秘密的取用者密碼名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

--name -n

Containerapp 的名稱。 名稱必須包含小寫英數位元或 '-'、以字母開頭、以英數位元結尾、不能有 '--' 且必須小於 32 個字元。

--resource-group -g

資源群組的名稱。 您可以使用 來設定預設群組 az configure --defaults group=<name>

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--yes -y

不提示確認。

預設值: False
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。