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.47.1 published on Monday, Jun 24, 2024 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.47.1 published on Monday, Jun 24, 2024 by Pulumi
List all secrets of a HealthBot. Azure REST API version: 2023-05-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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:healthbot:listBotSecrets
arguments:
# arguments dictionary
The following arguments are supported:
- Bot
Name string - The name of the Bot resource.
- Resource
Group stringName - The name of the Bot resource group in the user subscription.
- Bot
Name string - The name of the Bot resource.
- Resource
Group stringName - The name of the Bot resource group in the user subscription.
- bot
Name String - The name of the Bot resource.
- resource
Group StringName - The name of the Bot resource group in the user subscription.
- bot
Name string - The name of the Bot resource.
- resource
Group 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.
- bot
Name String - The name of the Bot resource.
- resource
Group 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
[]Health
Bot Key Response - Array of Azure Health Bot Secrets.
- secrets
List<Health
Bot Key Response> - Array of Azure Health Bot Secrets.
- secrets
Health
Bot Key Response[] - Array of Azure Health Bot Secrets.
- secrets
Sequence[Health
Bot 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.47.1 published on Monday, Jun 24, 2024 by Pulumi