1. Packages
  2. Azure Native v2
  3. API Docs
  4. appplatform
  5. listApmSecretKeys
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.appplatform.listApmSecretKeys

Explore with Pulumi AI

azure-native-v2 logo
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

    List keys of APM sensitive properties. Azure REST API version: 2023-05-01-preview.

    Other available API versions: 2023-07-01-preview, 2023-09-01-preview, 2023-11-01-preview, 2023-12-01, 2024-01-01-preview, 2024-05-01-preview.

    Using listApmSecretKeys

    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 listApmSecretKeys(args: ListApmSecretKeysArgs, opts?: InvokeOptions): Promise<ListApmSecretKeysResult>
    function listApmSecretKeysOutput(args: ListApmSecretKeysOutputArgs, opts?: InvokeOptions): Output<ListApmSecretKeysResult>
    def list_apm_secret_keys(apm_name: Optional[str] = None,
                             resource_group_name: Optional[str] = None,
                             service_name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> ListApmSecretKeysResult
    def list_apm_secret_keys_output(apm_name: Optional[pulumi.Input[str]] = None,
                             resource_group_name: Optional[pulumi.Input[str]] = None,
                             service_name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[ListApmSecretKeysResult]
    func ListApmSecretKeys(ctx *Context, args *ListApmSecretKeysArgs, opts ...InvokeOption) (*ListApmSecretKeysResult, error)
    func ListApmSecretKeysOutput(ctx *Context, args *ListApmSecretKeysOutputArgs, opts ...InvokeOption) ListApmSecretKeysResultOutput

    > Note: This function is named ListApmSecretKeys in the Go SDK.

    public static class ListApmSecretKeys 
    {
        public static Task<ListApmSecretKeysResult> InvokeAsync(ListApmSecretKeysArgs args, InvokeOptions? opts = null)
        public static Output<ListApmSecretKeysResult> Invoke(ListApmSecretKeysInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListApmSecretKeysResult> listApmSecretKeys(ListApmSecretKeysArgs args, InvokeOptions options)
    public static Output<ListApmSecretKeysResult> listApmSecretKeys(ListApmSecretKeysArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:appplatform:listApmSecretKeys
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ApmName string
    The name of the APM
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    ServiceName string
    The name of the Service resource.
    ApmName string
    The name of the APM
    ResourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    ServiceName string
    The name of the Service resource.
    apmName String
    The name of the APM
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serviceName String
    The name of the Service resource.
    apmName string
    The name of the APM
    resourceGroupName string
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serviceName string
    The name of the Service resource.
    apm_name str
    The name of the APM
    resource_group_name str
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    service_name str
    The name of the Service resource.
    apmName String
    The name of the APM
    resourceGroupName String
    The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
    serviceName String
    The name of the Service resource.

    listApmSecretKeys Result

    The following output properties are available:

    Value List<string>
    Collection of the keys for the APM sensitive properties
    Value []string
    Collection of the keys for the APM sensitive properties
    value List<String>
    Collection of the keys for the APM sensitive properties
    value string[]
    Collection of the keys for the APM sensitive properties
    value Sequence[str]
    Collection of the keys for the APM sensitive properties
    value List<String>
    Collection of the keys for the APM sensitive properties

    Package Details

    Repository
    azure-native-v2 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v2 logo
    These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
    Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi