namespace AIStudio.Tools.ERIClient.DataModel; /// /// Represents the security requirements for this data source. /// /// Which provider types are allowed to process the data? public readonly record struct SecurityRequirements(ProviderType AllowedProviderType);