BuildImageSecretValue
Recordnet10.0
Represents a resolved build secret with its value and type.
namespace Aspire.Hosting.Publishing;
public record BuildImageSecretValue : System.IEquatable<Aspire.Hosting.Publishing.BuildImageSecretValue>{ // ...}IEquatable<BuildImageSecretValue>
11 members
Constructors1
Section titled Constructors Represents a resolved build secret with its value and type.
Properties2
Section titled PropertiesTypeget; initThe type of the build secret, indicating whether it is environment-based or file-based.
Valueget; initstring?The resolved secret value. For
BuildImageSecretType.Environment secrets, this is the secret content. For BuildImageSecretType.File secrets, this is the file path.Methods8
Section titled MethodsboolIndicates whether the current object is equal to another object of the same type.