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

    Interface CredentialStatusInfo

    Individual credential status information

    interface CredentialStatusInfo {
        age_days: number;
        created_at: string;
        credential_type: CredentialType;
        grace_period_ends_at?: string;
        last_rotated_at?: string;
        last_used_at?: string;
        recommended_action: CredentialRecommendedAction;
        status: CredentialStatus;
    }
    Index

    Properties

    age_days: number
    created_at: string
    credential_type: CredentialType
    grace_period_ends_at?: string
    last_rotated_at?: string
    last_used_at?: string
    recommended_action: CredentialRecommendedAction