1. Packages
  2. Azure Native
  3. API Docs
  4. logic
  5. listWorkflowAccessKeySecretKeys
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.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native.logic.listWorkflowAccessKeySecretKeys

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.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Lists secret keys.

Uses Azure REST API version 2015-02-01-preview.

Using listWorkflowAccessKeySecretKeys

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 listWorkflowAccessKeySecretKeys(args: ListWorkflowAccessKeySecretKeysArgs, opts?: InvokeOptions): Promise<ListWorkflowAccessKeySecretKeysResult>
function listWorkflowAccessKeySecretKeysOutput(args: ListWorkflowAccessKeySecretKeysOutputArgs, opts?: InvokeOptions): Output<ListWorkflowAccessKeySecretKeysResult>
Copy
def list_workflow_access_key_secret_keys(access_key_name: Optional[str] = None,
                                         resource_group_name: Optional[str] = None,
                                         workflow_name: Optional[str] = None,
                                         opts: Optional[InvokeOptions] = None) -> ListWorkflowAccessKeySecretKeysResult
def list_workflow_access_key_secret_keys_output(access_key_name: Optional[pulumi.Input[str]] = None,
                                         resource_group_name: Optional[pulumi.Input[str]] = None,
                                         workflow_name: Optional[pulumi.Input[str]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[ListWorkflowAccessKeySecretKeysResult]
Copy
func ListWorkflowAccessKeySecretKeys(ctx *Context, args *ListWorkflowAccessKeySecretKeysArgs, opts ...InvokeOption) (*ListWorkflowAccessKeySecretKeysResult, error)
func ListWorkflowAccessKeySecretKeysOutput(ctx *Context, args *ListWorkflowAccessKeySecretKeysOutputArgs, opts ...InvokeOption) ListWorkflowAccessKeySecretKeysResultOutput
Copy

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

public static class ListWorkflowAccessKeySecretKeys 
{
    public static Task<ListWorkflowAccessKeySecretKeysResult> InvokeAsync(ListWorkflowAccessKeySecretKeysArgs args, InvokeOptions? opts = null)
    public static Output<ListWorkflowAccessKeySecretKeysResult> Invoke(ListWorkflowAccessKeySecretKeysInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListWorkflowAccessKeySecretKeysResult> listWorkflowAccessKeySecretKeys(ListWorkflowAccessKeySecretKeysArgs args, InvokeOptions options)
public static Output<ListWorkflowAccessKeySecretKeysResult> listWorkflowAccessKeySecretKeys(ListWorkflowAccessKeySecretKeysArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:logic:listWorkflowAccessKeySecretKeys
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccessKeyName
This property is required.
Changes to this property will trigger replacement.
string
The workflow access key name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
WorkflowName
This property is required.
Changes to this property will trigger replacement.
string
The workflow name.
AccessKeyName
This property is required.
Changes to this property will trigger replacement.
string
The workflow access key name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
WorkflowName
This property is required.
Changes to this property will trigger replacement.
string
The workflow name.
accessKeyName
This property is required.
Changes to this property will trigger replacement.
String
The workflow access key name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
workflowName
This property is required.
Changes to this property will trigger replacement.
String
The workflow name.
accessKeyName
This property is required.
Changes to this property will trigger replacement.
string
The workflow access key name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The resource group name.
workflowName
This property is required.
Changes to this property will trigger replacement.
string
The workflow name.
access_key_name
This property is required.
Changes to this property will trigger replacement.
str
The workflow access key name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The resource group name.
workflow_name
This property is required.
Changes to this property will trigger replacement.
str
The workflow name.
accessKeyName
This property is required.
Changes to this property will trigger replacement.
String
The workflow access key name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The resource group name.
workflowName
This property is required.
Changes to this property will trigger replacement.
String
The workflow name.

listWorkflowAccessKeySecretKeys Result

The following output properties are available:

PrimarySecretKey string
Gets the primary secret key.
SecondarySecretKey string
Gets the secondary secret key.
PrimarySecretKey string
Gets the primary secret key.
SecondarySecretKey string
Gets the secondary secret key.
primarySecretKey String
Gets the primary secret key.
secondarySecretKey String
Gets the secondary secret key.
primarySecretKey string
Gets the primary secret key.
secondarySecretKey string
Gets the secondary secret key.
primary_secret_key str
Gets the primary secret key.
secondary_secret_key str
Gets the secondary secret key.
primarySecretKey String
Gets the primary secret key.
secondarySecretKey String
Gets the secondary secret key.

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.90.0 published on Thursday, Mar 27, 2025 by Pulumi