Skip to content
DocsTry Aspire
DocsTry

ResourcePropertySnapshot Properties

RecordProperties3 members
A snapshot of the resource property.
Whether this property is considered sensitive or not.
public bool IsSensitive { get; init; }
Sensitive properties are masked when displayed in UI and require an explicit user action to reveal.
The name of the property.
public string Name { get; init; }
ValueSection titled Valuenullableobject?
The value of the property.
public object? Value { get; init; }