API Reference
Class
View (KdsRootKeyPostureService)
Aggregated KDS root key posture view.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when collection succeeded.
public String CollectionError { get; set; } #Collection error summary when evaluation fails.
public Int32 KeyCount { get; set; } #Total KDS root keys returned.
public Int32 EffectiveKeyCount { get; set; } #Total effective KDS root keys.
public Int32 FutureKeyCount { get; set; } #Total future-dated KDS root keys.
public IReadOnlyList<Item> Items { get; set; } #All projected KDS root keys.
public IReadOnlyList<Item> EffectiveKeys { get; set; } #KDS root keys that are already effective.
public IReadOnlyList<Item> FutureKeys { get; set; } #KDS root keys that are not effective yet.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.