WorkflowAccessKeyArgs

data class WorkflowAccessKeyArgs(val accessKeyName: Output<String>? = null, val id: Output<String>? = null, val notAfter: Output<String>? = null, val notBefore: Output<String>? = null, val resourceGroupName: Output<String>? = null, val workflowName: Output<String>? = null) : ConvertibleToJava<WorkflowAccessKeyArgs>

Uses Azure REST API version 2015-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2015-02-01-preview.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:logic:WorkflowAccessKey myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Logic/workflows/{workflowName}/accessKeys/{accessKeyName}

Constructors

Link copied to clipboard
constructor(accessKeyName: Output<String>? = null, id: Output<String>? = null, notAfter: Output<String>? = null, notBefore: Output<String>? = null, resourceGroupName: Output<String>? = null, workflowName: Output<String>? = null)

Properties

Link copied to clipboard
val accessKeyName: Output<String>? = null

The workflow access key name.

Link copied to clipboard
val id: Output<String>? = null

Gets or sets the resource id.

Link copied to clipboard
val notAfter: Output<String>? = null

Gets or sets the not-after time.

Link copied to clipboard
val notBefore: Output<String>? = null

Gets or sets the not-before time.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The resource group name.

Link copied to clipboard
val workflowName: Output<String>? = null

The workflow name.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowAccessKeyArgs