WorkflowResource Class

The base resource type.

Constructor

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

Variables

Name Description
id
str

The resource id.

name
str

Gets the resource name.

type
str

Gets the resource type.

location
str

The resource location.

tags

The resource tags.

Attributes

id

The resource id.

id: str | None

location

The resource location.

location: str | None

name

Gets the resource name.

name: str | None

tags

The resource tags.

tags: dict[str, str] | None

type

Gets the resource type.

type: str | None