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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.servicefabricmesh.listSecretValue
Explore with Pulumi AI
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.63.0 published on Tuesday, Sep 24, 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:
- Resource
Group stringName - Azure resource group name
- Secret
Resource stringName - The name of the secret resource.
- Secret
Value stringResource Name - The name of the secret resource value which is typically the version identifier for the value.
- Resource
Group stringName - Azure resource group name
- Secret
Resource stringName - The name of the secret resource.
- Secret
Value stringResource Name - The name of the secret resource value which is typically the version identifier for the value.
- resource
Group StringName - Azure resource group name
- secret
Resource StringName - The name of the secret resource.
- secret
Value StringResource Name - The name of the secret resource value which is typically the version identifier for the value.
- resource
Group stringName - Azure resource group name
- secret
Resource stringName - The name of the secret resource.
- secret
Value stringResource Name - The name of the secret resource value which is typically the version identifier for the value.
- resource_
group_ strname - Azure resource group name
- secret_
resource_ strname - The name of the secret resource.
- secret_
value_ strresource_ name - The name of the secret resource value which is typically the version identifier for the value.
- resource
Group StringName - Azure resource group name
- secret
Resource StringName - The name of the secret resource.
- secret
Value StringResource Name - 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 v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi