Class AgentDefinitionResponse
Inheritance
AgentDefinitionResponse
Assembly: Seclai.dll
Syntax
public sealed class AgentDefinitionResponse
Properties
ChangeId
Declaration
[JsonPropertyName("change_id")]
public string? ChangeId { get; set; }
Property Value
Definition
Declaration
[JsonPropertyName("definition")]
public Dictionary<string, JsonElement>? Definition { get; set; }
Property Value
SchemaVersion
Declaration
[JsonPropertyName("schema_version")]
public string? SchemaVersion { get; set; }
Property Value
Warnings
Declaration
[JsonPropertyName("warnings")]
public List<Dictionary<string, string>>? Warnings { get; set; }
Property Value