entity.identity.string_enum_attribute_descriptor
StringEnumAttributeDescriptor Objects
class StringEnumAttributeDescriptor(AttributeDescriptor)
Represents a descriptor for an attribute with a string enum value.
__init__
def __init__(display_name: str, technical_name: str, description: str,
required: bool, enumeration: List[str]) -> None
Constructs an StringEnumAttributeDescriptor object with the specified parameters.