ResourcePropertySnapshot Properties
Record Properties 3 members
A snapshot of the resource property.
Whether this property is considered sensitive or not.
public bool IsSensitive { get; init; }Remarks
Sensitive properties are masked when displayed in UI and require an explicit user action to reveal.
The value of the property.
public object? Value { get; init; }