export interface CredentialPassword { /** The password for the credential. */ password: string; }