Skip to content
Docs Try Aspire

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; }
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; }
Value Section titled Value nullable object?
The value of the property.
public object? Value { get; init; }