Property Name
Name
A unique name for a consumer
[JsonPropertyName("name")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
[StringLength(2147483647, MinimumLength = 1)]
[RegularExpression("^[^.*>]+$")]
public string? Name { get; set; }