pub enum AuthorizationAction {
Show 110 variants
InspectCeremonyResume,
PlanCeremonySuccessor,
RecordCeremonyHostHandoff,
StartCeremonySuccessor,
GetCeremonyInstance,
ListCeremonyInstances,
SearchCeremonyInstances,
GenerateCeremonyReport,
ReadCeremonyEvents,
StreamCeremony,
PullCeremonyEvents,
VerifyCeremonyJournal,
GetCeremonyTranscript,
GetCeremonyDefinition,
ListCeremonyDefinitions,
MountDefinition,
ValidateCeremonyDraft,
ExplainCeremonyDraft,
DesignCeremony,
DiffCeremonyDefinitions,
PublishCeremonyDefinition,
RunCeremony,
StartCeremony,
StartPublishedCeremony,
RunCeremonyStep,
ClaimCeremonyStep,
RenewCeremonyStepLease,
CompleteCeremonyStep,
ListCeremonyAgents,
GetCeremonyAgent,
ReportCeremonyAgentStatus,
GetExecutionReceipt,
InspectExecutionRecovery,
CompleteExecutionReceipt,
ReconcileExecutionOperation,
AdoptExecutionReceipt,
PrepareCeremonyChildren,
AcceptChildCompletion,
RecoverCeremonyChildren,
ApplyCeremonyTransition,
EnforceCeremonyDeadlines,
BindCeremonyParticipants,
PauseCeremony,
ResumeCeremony,
CancelCeremony,
ApproveCeremonyGuard,
DeferCeremonyGuard,
RequestCeremonyIntervention,
RespondToCeremonyIntervention,
CloseCeremonyIntervention,
PullCeremonyAgentInterventions,
AcknowledgeCeremonyAgentIntervention,
GetCeremonyIntervention,
ListCeremonyInterventions,
BindCeremonyIntegrator,
GetCeremonyIntegratorBinding,
AwaitIntegratorAttention,
AcknowledgeIntegratorAttention,
ListAttentionDeliveries,
CollectCeremonyEvidence,
AssertCeremonyReason,
BeginArtifactUpload,
PutArtifactChunk,
CommitArtifactUpload,
AbortArtifactUpload,
GetArtifact,
ListArtifacts,
ReadArtifactChunk,
TombstoneArtifact,
BackupStore,
RestoreStore,
GarbageCollectArtifacts,
ReleaseArtifactProtection,
ReserveBudget,
ReconcileBudget,
ReadBudget,
Deliberate,
StreamDeliberation,
GetDeliberationResult,
Orchestrate,
ProcessTriggerEvent,
RunCouncilDecision,
CreateCouncil,
ListCouncils,
DeleteCouncil,
RegisterAgent,
UnregisterAgent,
RegisterContract,
ListContracts,
DeleteContract,
ReadCouncilEvents,
GetCouncilEventCursor,
LeaseCouncilEvents,
AcknowledgeCouncilEvents,
ReleaseCouncilEvents,
GetStatus,
GetMetrics,
ReadAuthorizationPolicy,
IssueAuthorizationGrant,
RevokeAuthorizationGrant,
ReadAuthorizationDecisions,
DesignAgenticSystem,
GetAgenticSystem,
ListAgenticSystems,
ValidateAgenticSystem,
PublishAgenticSystem,
InstantiateAgenticSystem,
AdvanceAgenticSystemExecution,
GetAgenticSystemExecution,
RenderAgenticSystemDiagram,
}Variants§
InspectCeremonyResume
PlanCeremonySuccessor
RecordCeremonyHostHandoff
StartCeremonySuccessor
GetCeremonyInstance
ListCeremonyInstances
SearchCeremonyInstances
GenerateCeremonyReport
ReadCeremonyEvents
StreamCeremony
PullCeremonyEvents
VerifyCeremonyJournal
GetCeremonyTranscript
GetCeremonyDefinition
ListCeremonyDefinitions
MountDefinition
ValidateCeremonyDraft
ExplainCeremonyDraft
DesignCeremony
DiffCeremonyDefinitions
PublishCeremonyDefinition
RunCeremony
StartCeremony
StartPublishedCeremony
RunCeremonyStep
ClaimCeremonyStep
RenewCeremonyStepLease
CompleteCeremonyStep
ListCeremonyAgents
GetCeremonyAgent
ReportCeremonyAgentStatus
GetExecutionReceipt
InspectExecutionRecovery
CompleteExecutionReceipt
ReconcileExecutionOperation
AdoptExecutionReceipt
PrepareCeremonyChildren
AcceptChildCompletion
RecoverCeremonyChildren
ApplyCeremonyTransition
EnforceCeremonyDeadlines
BindCeremonyParticipants
PauseCeremony
ResumeCeremony
CancelCeremony
ApproveCeremonyGuard
DeferCeremonyGuard
RequestCeremonyIntervention
RespondToCeremonyIntervention
CloseCeremonyIntervention
PullCeremonyAgentInterventions
AcknowledgeCeremonyAgentIntervention
GetCeremonyIntervention
ListCeremonyInterventions
BindCeremonyIntegrator
GetCeremonyIntegratorBinding
AwaitIntegratorAttention
AcknowledgeIntegratorAttention
ListAttentionDeliveries
CollectCeremonyEvidence
AssertCeremonyReason
BeginArtifactUpload
PutArtifactChunk
CommitArtifactUpload
AbortArtifactUpload
GetArtifact
ListArtifacts
ReadArtifactChunk
TombstoneArtifact
BackupStore
RestoreStore
GarbageCollectArtifacts
ReleaseArtifactProtection
ReserveBudget
ReconcileBudget
ReadBudget
Deliberate
StreamDeliberation
GetDeliberationResult
Orchestrate
ProcessTriggerEvent
RunCouncilDecision
CreateCouncil
ListCouncils
DeleteCouncil
RegisterAgent
UnregisterAgent
RegisterContract
ListContracts
DeleteContract
ReadCouncilEvents
GetCouncilEventCursor
LeaseCouncilEvents
AcknowledgeCouncilEvents
ReleaseCouncilEvents
GetStatus
GetMetrics
ReadAuthorizationPolicy
IssueAuthorizationGrant
RevokeAuthorizationGrant
ReadAuthorizationDecisions
DesignAgenticSystem
GetAgenticSystem
ListAgenticSystems
ValidateAgenticSystem
PublishAgenticSystem
InstantiateAgenticSystem
AdvanceAgenticSystemExecution
GetAgenticSystemExecution
RenderAgenticSystemDiagram
Trait Implementations§
Source§impl Clone for AuthorizationAction
impl Clone for AuthorizationAction
impl Copy for AuthorizationAction
Source§impl Debug for AuthorizationAction
impl Debug for AuthorizationAction
Source§impl<'de> Deserialize<'de> for AuthorizationAction
impl<'de> Deserialize<'de> for AuthorizationAction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AuthorizationAction
Source§impl Hash for AuthorizationAction
impl Hash for AuthorizationAction
Source§impl Ord for AuthorizationAction
impl Ord for AuthorizationAction
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AuthorizationAction
impl PartialEq for AuthorizationAction
Source§impl PartialOrd for AuthorizationAction
impl PartialOrd for AuthorizationAction
Source§impl Serialize for AuthorizationAction
impl Serialize for AuthorizationAction
impl StructuralPartialEq for AuthorizationAction
Auto Trait Implementations§
impl Freeze for AuthorizationAction
impl RefUnwindSafe for AuthorizationAction
impl Send for AuthorizationAction
impl Sync for AuthorizationAction
impl Unpin for AuthorizationAction
impl UnsafeUnpin for AuthorizationAction
impl UnwindSafe for AuthorizationAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more