1. Packages
  2. Azure Native
  3. API Docs
  4. appplatform
  5. listApmSecretKeys
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.39.0 published on Monday, Apr 29, 2024 by Pulumi

azure-native.appplatform.listApmSecretKeys

Explore with Pulumi AI

azure-native logo
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.39.0 published on Monday, Apr 29, 2024 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)
    // Output-based functions aren't available in Java yet
    
    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 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    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.39.0 published on Monday, Apr 29, 2024 by Pulumi