1. Packages
  2. Azure Native
  3. API Docs
  4. logic
  5. getWorkflowAccessKey
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.logic.getWorkflowAccessKey

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

    Gets a workflow access key. Azure REST API version: 2015-02-01-preview.

    Using getWorkflowAccessKey

    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 getWorkflowAccessKey(args: GetWorkflowAccessKeyArgs, opts?: InvokeOptions): Promise<GetWorkflowAccessKeyResult>
    function getWorkflowAccessKeyOutput(args: GetWorkflowAccessKeyOutputArgs, opts?: InvokeOptions): Output<GetWorkflowAccessKeyResult>
    def get_workflow_access_key(access_key_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                workflow_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetWorkflowAccessKeyResult
    def get_workflow_access_key_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[GetWorkflowAccessKeyResult]
    func LookupWorkflowAccessKey(ctx *Context, args *LookupWorkflowAccessKeyArgs, opts ...InvokeOption) (*LookupWorkflowAccessKeyResult, error)
    func LookupWorkflowAccessKeyOutput(ctx *Context, args *LookupWorkflowAccessKeyOutputArgs, opts ...InvokeOption) LookupWorkflowAccessKeyResultOutput

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

    public static class GetWorkflowAccessKey 
    {
        public static Task<GetWorkflowAccessKeyResult> InvokeAsync(GetWorkflowAccessKeyArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkflowAccessKeyResult> Invoke(GetWorkflowAccessKeyInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkflowAccessKeyResult> getWorkflowAccessKey(GetWorkflowAccessKeyArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:logic:getWorkflowAccessKey
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccessKeyName string
    The workflow access key name.
    ResourceGroupName string
    The resource group name.
    WorkflowName string
    The workflow name.
    AccessKeyName string
    The workflow access key name.
    ResourceGroupName string
    The resource group name.
    WorkflowName string
    The workflow name.
    accessKeyName String
    The workflow access key name.
    resourceGroupName String
    The resource group name.
    workflowName String
    The workflow name.
    accessKeyName string
    The workflow access key name.
    resourceGroupName string
    The resource group name.
    workflowName string
    The workflow name.
    access_key_name str
    The workflow access key name.
    resource_group_name str
    The resource group name.
    workflow_name str
    The workflow name.
    accessKeyName String
    The workflow access key name.
    resourceGroupName String
    The resource group name.
    workflowName String
    The workflow name.

    getWorkflowAccessKey Result

    The following output properties are available:

    Name string
    Gets the workflow access key name.
    Type string
    Gets the workflow access key type.
    Id string
    Gets or sets the resource id.
    NotAfter string
    Gets or sets the not-after time.
    NotBefore string
    Gets or sets the not-before time.
    Name string
    Gets the workflow access key name.
    Type string
    Gets the workflow access key type.
    Id string
    Gets or sets the resource id.
    NotAfter string
    Gets or sets the not-after time.
    NotBefore string
    Gets or sets the not-before time.
    name String
    Gets the workflow access key name.
    type String
    Gets the workflow access key type.
    id String
    Gets or sets the resource id.
    notAfter String
    Gets or sets the not-after time.
    notBefore String
    Gets or sets the not-before time.
    name string
    Gets the workflow access key name.
    type string
    Gets the workflow access key type.
    id string
    Gets or sets the resource id.
    notAfter string
    Gets or sets the not-after time.
    notBefore string
    Gets or sets the not-before time.
    name str
    Gets the workflow access key name.
    type str
    Gets the workflow access key type.
    id str
    Gets or sets the resource id.
    not_after str
    Gets or sets the not-after time.
    not_before str
    Gets or sets the not-before time.
    name String
    Gets the workflow access key name.
    type String
    Gets the workflow access key type.
    id String
    Gets or sets the resource id.
    notAfter String
    Gets or sets the not-after time.
    notBefore String
    Gets or sets the not-before time.

    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