@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface CredentialRotationRequest

    Request to rotate a credential

    interface CredentialRotationRequest {
        confirmation_token: string;
        grace_period_hours?: number;
        reason?: string;
    }
    Index

    Properties

    confirmation_token: string

    Confirmation token to prevent accidental rotations Can be any string, e.g., "confirm_rotation_12345"

    grace_period_hours?: number

    Grace period in hours (default: 24, max: 168) During this period, both old and new credentials are valid

    reason?: string

    Optional reason for the rotation (for audit purposes)