Class DeploymentSecretEntityConfiguration
Entity configuration for DeploymentSecretEntity. Maps to the "deployment_secrets" table with a text PK on "key".
public class DeploymentSecretEntityConfiguration : IEntityTypeConfiguration<DeploymentSecretEntity>
- Inheritance
-
DeploymentSecretEntityConfiguration
- Implements
- Inherited Members
Methods
Configure(EntityTypeBuilder<DeploymentSecretEntity>)
Configures the entity of type DeploymentSecretEntity.
public void Configure(EntityTypeBuilder<DeploymentSecretEntity> builder)
Parameters
builderEntityTypeBuilder<DeploymentSecretEntity>The builder to be used to configure the entity type.