Workflow Access Key Args
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}
Content copied to clipboard