1. Packages
  2. Azure Native
  3. API Docs
  4. servicefabricmesh
  5. listSecretValue
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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.servicefabricmesh.listSecretValue

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.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation. Azure REST API version: 2018-09-01-preview.

    Using listSecretValue

    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 listSecretValue(args: ListSecretValueArgs, opts?: InvokeOptions): Promise<ListSecretValueResult>
    function listSecretValueOutput(args: ListSecretValueOutputArgs, opts?: InvokeOptions): Output<ListSecretValueResult>
    def list_secret_value(resource_group_name: Optional[str] = None,
                          secret_resource_name: Optional[str] = None,
                          secret_value_resource_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> ListSecretValueResult
    def list_secret_value_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                          secret_resource_name: Optional[pulumi.Input[str]] = None,
                          secret_value_resource_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[ListSecretValueResult]
    func ListSecretValue(ctx *Context, args *ListSecretValueArgs, opts ...InvokeOption) (*ListSecretValueResult, error)
    func ListSecretValueOutput(ctx *Context, args *ListSecretValueOutputArgs, opts ...InvokeOption) ListSecretValueResultOutput

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

    public static class ListSecretValue 
    {
        public static Task<ListSecretValueResult> InvokeAsync(ListSecretValueArgs args, InvokeOptions? opts = null)
        public static Output<ListSecretValueResult> Invoke(ListSecretValueInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListSecretValueResult> listSecretValue(ListSecretValueArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:servicefabricmesh:listSecretValue
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    Azure resource group name
    SecretResourceName string
    The name of the secret resource.
    SecretValueResourceName string
    The name of the secret resource value which is typically the version identifier for the value.
    ResourceGroupName string
    Azure resource group name
    SecretResourceName string
    The name of the secret resource.
    SecretValueResourceName string
    The name of the secret resource value which is typically the version identifier for the value.
    resourceGroupName String
    Azure resource group name
    secretResourceName String
    The name of the secret resource.
    secretValueResourceName String
    The name of the secret resource value which is typically the version identifier for the value.
    resourceGroupName string
    Azure resource group name
    secretResourceName string
    The name of the secret resource.
    secretValueResourceName string
    The name of the secret resource value which is typically the version identifier for the value.
    resource_group_name str
    Azure resource group name
    secret_resource_name str
    The name of the secret resource.
    secret_value_resource_name str
    The name of the secret resource value which is typically the version identifier for the value.
    resourceGroupName String
    Azure resource group name
    secretResourceName String
    The name of the secret resource.
    secretValueResourceName String
    The name of the secret resource value which is typically the version identifier for the value.

    listSecretValue Result

    The following output properties are available:

    Value string
    The actual value of the secret.
    Value string
    The actual value of the secret.
    value String
    The actual value of the secret.
    value string
    The actual value of the secret.
    value str
    The actual value of the secret.
    value String
    The actual value of the secret.

    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.34.0 published on Thursday, Mar 28, 2024 by Pulumi