API Reference
Class
BenchmarkRequirementsBuildRequest
Supplies the typed components used to produce a signed company requirements bundle.
Inheritance
- Object
- BenchmarkRequirementsBuildRequest
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public BenchmarkRequirementsBuildRequest() #Inherited Methods
Properties
public BenchmarkRequirementsManifest Manifest { get; set; } #Gets or sets the manifest metadata.
public List<BenchmarkPack> Packs { get; set; } #Gets or sets exact benchmark packs.
public BenchmarkPolicySet OrganizationPolicy { get; set; } #Gets or sets the governed organization policy.
public BenchmarkCompositionPolicy CompositionPolicy { get; set; } #Gets or sets the typed target-to-pack composition policy.
public List<BenchmarkControlSet> ControlSets { get; set; } #Gets or sets reviewed cross-pack control sets.
public Dictionary<String, String> Documentation { get; set; } #Gets or sets optional documentation files keyed by safe relative name.
public Boolean IncludeGeneratedOperatorSop { get; set; } #Gets or sets whether the bundle includes a generated operator SOP describing its exact governed workflow.
public BenchmarkRolloutPlan RolloutTemplate { get; set; } #Gets or sets an optional zone rollout-plan template.
public X509Certificate2 SigningCertificate { get; set; } #Gets or sets the certificate whose private RSA key signs the bundle.