1. Packages
  2. Azure Native v1
  3. API Docs
  4. servicefabricmesh
  5. listSecretValue
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.servicefabricmesh.listSecretValue

Explore with Pulumi AI

These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation. 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>
Copy
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]
Copy
func ListSecretValue(ctx *Context, args *ListSecretValueArgs, opts ...InvokeOption) (*ListSecretValueResult, error)
func ListSecretValueOutput(ctx *Context, args *ListSecretValueOutputArgs, opts ...InvokeOption) ListSecretValueResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<ListSecretValueResult> listSecretValue(ListSecretValueArgs args, InvokeOptions options)
public static Output<ListSecretValueResult> listSecretValue(ListSecretValueArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:servicefabricmesh:listSecretValue
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Azure resource group name
SecretResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the secret resource.
SecretValueResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the secret resource value which is typically the version identifier for the value.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Azure resource group name
SecretResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the secret resource.
SecretValueResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the secret resource value which is typically the version identifier for the value.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Azure resource group name
secretResourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the secret resource.
secretValueResourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the secret resource value which is typically the version identifier for the value.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Azure resource group name
secretResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the secret resource.
secretValueResourceName
This property is required.
Changes to this property will trigger replacement.
string
The name of the secret resource value which is typically the version identifier for the value.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
Azure resource group name
secret_resource_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the secret resource.
secret_value_resource_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the secret resource value which is typically the version identifier for the value.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Azure resource group name
secretResourceName
This property is required.
Changes to this property will trigger replacement.
String
The name of the secret resource.
secretValueResourceName
This property is required.
Changes to this property will trigger replacement.
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-v1 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi