az bot authsetting
Manage OAuth connection settings on a bot.
Name | Description | Type | Status |
---|---|---|---|
az bot authsetting create |
Create an OAuth connection setting on a bot. |
Core | GA |
az bot authsetting delete |
Delete an OAuth connection setting on a bot. |
Core | GA |
az bot authsetting list |
Show all OAuth connection settings on a bot. |
Core | GA |
az bot authsetting list-providers |
List details for all service providers available for creating OAuth connection settings. |
Core | GA |
az bot authsetting show |
Show details of an OAuth connection setting on a bot. |
Core | GA |
Create an OAuth connection setting on a bot.
az bot authsetting create --client-id
--client-secret
--name
--provider-scope-string
--resource-group
--service
--setting-name
[--parameters]
Create a new OAuth connection setting on a bot.
az bot authsetting create -g MyResourceGroup -n botName -c myConnectionName \
--client-id clientId --client-secret secret --provider-scope-string "scope1 scope2"\
--service google --parameters id=myid
Client ID associated with the service provider setting.
Client secret associated with the service provider setting.
The resource name of the bot. Bot name must be between 4 and 42 characters in length. Bot name can only have the following characters -, a - z, A - Z, 0 - 9, and _.
The scope string associated with the service provider setting.The string should be delimited as needed for the service provider.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the service provider. For a list of all service providers, use az bot connection listserviceproviders
.
Name of the oauth connection setting.
Parameter values for service provider parameters. Usage: --parameters key=value key1=value1.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Delete an OAuth connection setting on a bot.
az bot authsetting delete --name
--resource-group
--setting-name
The resource name of the bot. Bot name must be between 4 and 42 characters in length. Bot name can only have the following characters -, a - z, A - Z, 0 - 9, and _.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the oauth connection setting.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Show all OAuth connection settings on a bot.
az bot authsetting list --name
--resource-group
The resource name of the bot. Bot name must be between 4 and 42 characters in length. Bot name can only have the following characters -, a - z, A - Z, 0 - 9, and _.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
List details for all service providers available for creating OAuth connection settings.
az bot authsetting list-providers [--provider-name]
List all service providers.
az bot authsetting list-providers
Filter by a particular type of service provider.
az bot authsetting list-providers --provider-name google
Service provider name for which to fetch details.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Show details of an OAuth connection setting on a bot.
az bot authsetting show --name
--resource-group
--setting-name
The resource name of the bot. Bot name must be between 4 and 42 characters in length. Bot name can only have the following characters -, a - z, A - Z, 0 - 9, and _.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the oauth connection setting.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI feedback
Azure CLI is an open source project. Select a link to provide feedback: