Alias Class

The alias type.

Constructor

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

Variables

Name Description
name
str

The alias name.

paths

The paths for an alias.

type

The type of the alias. Known values are: "NotSpecified", "PlainText", and "Mask".

default_path
str

The default path for an alias.

default_pattern

The default pattern for an alias.

default_metadata

The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata.

Attributes

default_metadata

The default alias path metadata. Applies to the default path and to any alias path that doesn't have metadata.

default_metadata: _models.AliasPathMetadata | None

default_path

The default path for an alias.

default_path: str | None

default_pattern

The default pattern for an alias.

default_pattern: _models.AliasPattern | None

name

The alias name.

name: str | None

paths

The paths for an alias.

paths: list['_models.AliasPath'] | None

type

"NotSpecified", "PlainText", and "Mask".

type: str | _models.AliasType | None