GetWorkflowResult

data class GetWorkflowResult(val accessControl: FlowAccessControlConfigurationResponse? = null, val accessEndpoint: String, val changedTime: String, val createdTime: String, val definition: Any? = null, val endpointsConfiguration: FlowEndpointsConfigurationResponse? = null, val id: String, val identity: ManagedServiceIdentityResponse? = null, val integrationAccount: ResourceReferenceResponse? = null, val integrationServiceEnvironment: ResourceReferenceResponse? = null, val location: String? = null, val name: String, val parameters: Map<String, WorkflowParameterResponse>? = null, val provisioningState: String, val sku: SkuResponse, val state: String? = null, val tags: Map<String, String>? = null, val type: String, val version: String)

The workflow type.

Constructors

Link copied to clipboard
constructor(accessControl: FlowAccessControlConfigurationResponse? = null, accessEndpoint: String, changedTime: String, createdTime: String, definition: Any? = null, endpointsConfiguration: FlowEndpointsConfigurationResponse? = null, id: String, identity: ManagedServiceIdentityResponse? = null, integrationAccount: ResourceReferenceResponse? = null, integrationServiceEnvironment: ResourceReferenceResponse? = null, location: String? = null, name: String, parameters: Map<String, WorkflowParameterResponse>? = null, provisioningState: String, sku: SkuResponse, state: String? = null, tags: Map<String, String>? = null, type: String, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access control configuration.

Link copied to clipboard

Gets the access endpoint.

Link copied to clipboard

Gets the changed time.

Link copied to clipboard

Gets the created time.

Link copied to clipboard
val definition: Any? = null

The definition.

Link copied to clipboard

The endpoints configuration.

Link copied to clipboard
val id: String

The resource id.

Link copied to clipboard

Managed service identity properties.

Link copied to clipboard

The integration account.

Link copied to clipboard

The integration service environment.

Link copied to clipboard
val location: String? = null

The resource location.

Link copied to clipboard

Gets the resource name.

Link copied to clipboard

The parameters.

Link copied to clipboard

Gets the provisioning state.

Link copied to clipboard

The sku.

Link copied to clipboard
val state: String? = null

The state.

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard

Gets the resource type.

Link copied to clipboard

Gets the version.