@runloop/api-client - v1.4.0
    Preparing search index...

    Interface SecretUpdateParams

    interface SecretUpdateParams {
        value: string;
    }
    Index

    Properties

    Properties

    value: string

    The new value for the Secret. This will replace the existing value and be encrypted at rest. Example: 'my-updated-secure-password'