WorkflowAccessKey

class WorkflowAccessKey : KotlinCustomResource

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}

Properties

Link copied to clipboard
val azureApiVersion: Output<String>

The Azure API version of the resource.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

Gets the workflow access key name.

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

Gets or sets the not-after time.

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

Gets or sets the not-before time.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<String>

Gets the workflow access key type.

Link copied to clipboard
val urn: Output<String>