API Reference
Class
ToolWriteGovernanceRequest
Write authorization request passed to governance runtime.
Inheritance
- Object
- ToolWriteGovernanceRequest
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 ToolWriteGovernanceRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String CanonicalToolName { get; set; } #Canonical tool name.
public String GovernanceContractId { get; set; } #Governance contract id.
public JsonObject Arguments { get; set; } #Parsed arguments passed to the tool.
public String ConfirmationArgumentName { get; set; } #Name of confirmation argument when applicable.
public String OperationId { get; set; } #Idempotency key for write operation replay safety.
public String ExecutionId { get; set; } #Write execution identifier.
public String ChangeReason { get; set; } #Change reason/ticket metadata.
public String RollbackPlanId { get; set; } #Rollback plan identifier.
public String RollbackProviderId { get; set; } #Optional rollback provider identifier.
public String AuditCorrelationId { get; set; } #Optional audit correlation identifier.