WorkflowParameter Class

The workflow parameters.

Constructor

WorkflowParameter(*args: Any, **kwargs: Any)

Variables

Name Description
type

The type. Known values are: "NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", and "SecureObject".

value
any

The value.

metadata
any

The metadata.

description
str

The description.

Attributes

description

The description.

description: str | None

metadata

The metadata.

metadata: Any | None

type

"NotSpecified", "String", "SecureString", "Int", "Float", "Bool", "Array", "Object", and "SecureObject".

type: str | _models.ParameterType | None

value

The value.

value: Any | None