Coda by Ian Macalinao
    Preparing search index...

    Type Alias AgentIdentityUpdateInfoArgs

    type AgentIdentityUpdateInfoArgs = {
        lifecycleChecks: OptionOrNullable<
            (readonly [HookableLifecycleEventArgs, ExternalCheckResultArgs])[],
        >;
        uri: OptionOrNullable<string>;
    }
    Index

    Properties

    Properties

    lifecycleChecks: OptionOrNullable<
        (readonly [HookableLifecycleEventArgs, ExternalCheckResultArgs])[],
    >

    The lifecycle events this adapter should be consulted for, if changing.

    uri: OptionOrNullable<string>

    The agent's new identity metadata URI, if changing.