This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi
azure-native.servicefabricmesh.listSecretValue
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi
Lists the decrypted value of the specified named value of the secret resource. This is a privileged operation.
Uses 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)
public static Output<ListSecretValueResult> listSecretValue(ListSecretValueArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:servicefabricmesh:listSecretValue
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Azure resource group name
- Secret
Resource Name This property is required. Changes to this property will trigger replacement.
- The name of the secret resource.
- Secret
Value Resource Name This property is required. Changes to this property will trigger replacement.
- 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.
- Azure resource group name
- Secret
Resource Name This property is required. Changes to this property will trigger replacement.
- The name of the secret resource.
- Secret
Value Resource Name This property is required. Changes to this property will trigger replacement.
- 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.
- Azure resource group name
- secret
Resource Name This property is required. Changes to this property will trigger replacement.
- The name of the secret resource.
- secret
Value Resource Name This property is required. Changes to this property will trigger replacement.
- 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.
- Azure resource group name
- secret
Resource Name This property is required. Changes to this property will trigger replacement.
- The name of the secret resource.
- secret
Value Resource Name This property is required. Changes to this property will trigger replacement.
- 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.
- Azure resource group name
- secret_
resource_ name This property is required. Changes to this property will trigger replacement.
- The name of the secret resource.
- secret_
value_ resource_ name This property is required. Changes to this property will trigger replacement.
- 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.
- Azure resource group name
- secret
Resource Name This property is required. Changes to this property will trigger replacement.
- The name of the secret resource.
- secret
Value Resource Name This property is required. Changes to this property will trigger replacement.
- 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
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi