entity.identity.attribute_descriptor
AttributeDescriptor Objects
class AttributeDescriptor()
Represents a descriptor for an attribute.
__init__
def __init__(display_name: str, technical_name: str, description: str,
required: bool) -> None
Constructs an AttributeDescriptor object with the specified parameters.