This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.healthbot.listBotSecrets
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
List all secrets of a HealthBot. Azure REST API version: 2023-05-01.
Other available API versions: 2024-02-01.
Using listBotSecrets
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listBotSecrets(args: ListBotSecretsArgs, opts?: InvokeOptions): Promise<ListBotSecretsResult>
function listBotSecretsOutput(args: ListBotSecretsOutputArgs, opts?: InvokeOptions): Output<ListBotSecretsResult>def list_bot_secrets(bot_name: Optional[str] = None,
                     resource_group_name: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> ListBotSecretsResult
def list_bot_secrets_output(bot_name: Optional[pulumi.Input[str]] = None,
                     resource_group_name: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[ListBotSecretsResult]func ListBotSecrets(ctx *Context, args *ListBotSecretsArgs, opts ...InvokeOption) (*ListBotSecretsResult, error)
func ListBotSecretsOutput(ctx *Context, args *ListBotSecretsOutputArgs, opts ...InvokeOption) ListBotSecretsResultOutput> Note: This function is named ListBotSecrets in the Go SDK.
public static class ListBotSecrets 
{
    public static Task<ListBotSecretsResult> InvokeAsync(ListBotSecretsArgs args, InvokeOptions? opts = null)
    public static Output<ListBotSecretsResult> Invoke(ListBotSecretsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListBotSecretsResult> listBotSecrets(ListBotSecretsArgs args, InvokeOptions options)
public static Output<ListBotSecretsResult> listBotSecrets(ListBotSecretsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:healthbot:listBotSecrets
  arguments:
    # arguments dictionaryThe following arguments are supported:
- BotName string
- The name of the Bot resource.
- ResourceGroup stringName 
- The name of the Bot resource group in the user subscription.
- BotName string
- The name of the Bot resource.
- ResourceGroup stringName 
- The name of the Bot resource group in the user subscription.
- botName String
- The name of the Bot resource.
- resourceGroup StringName 
- The name of the Bot resource group in the user subscription.
- botName string
- The name of the Bot resource.
- resourceGroup stringName 
- The name of the Bot resource group in the user subscription.
- bot_name str
- The name of the Bot resource.
- resource_group_ strname 
- The name of the Bot resource group in the user subscription.
- botName String
- The name of the Bot resource.
- resourceGroup StringName 
- The name of the Bot resource group in the user subscription.
listBotSecrets Result
The following output properties are available:
- Secrets
List<Pulumi.Azure Native. Health Bot. Outputs. Health Bot Key Response> 
- Array of Azure Health Bot Secrets.
- Secrets
[]HealthBot Key Response 
- Array of Azure Health Bot Secrets.
- secrets
List<HealthBot Key Response> 
- Array of Azure Health Bot Secrets.
- secrets
HealthBot Key Response[] 
- Array of Azure Health Bot Secrets.
- secrets
Sequence[HealthBot Key Response] 
- Array of Azure Health Bot Secrets.
- secrets List<Property Map>
- Array of Azure Health Bot Secrets.
Supporting Types
HealthBotKeyResponse   
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi